Do not ignore pubspec.lock in project templates (#24209)

* Remove *.lock from gitignore

* Remove pubspec.lock from gitignore
This commit is contained in:
jxltom
2019-01-10 02:10:38 +08:00
committed by Zachary Anderson
parent a2fa98ebaf
commit 843f26207f
5 changed files with 0 additions and 6 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp

View File

@@ -3,8 +3,6 @@
.packages
.pub/
build/
# Remove the following pattern if you wish to check in your lock file
pubspec.lock
# Directory created by dartdoc
doc/api/

View File

@@ -1,6 +1,5 @@
# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp

View File

@@ -3,6 +3,5 @@
.packages
.pub/
pubspec.lock
build/

View File

@@ -1,2 +1 @@
.packages
pubspec.lock