Commit 843f2620 authored by jxltom's avatar jxltom Committed by Zachary Anderson

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

* Remove *.lock from gitignore

* Remove pubspec.lock from gitignore
parent a2fa98eb
# Miscellaneous # Miscellaneous
*.class *.class
*.lock
*.log *.log
*.pyc *.pyc
*.swp *.swp
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
.packages .packages
.pub/ .pub/
build/ build/
# Remove the following pattern if you wish to check in your lock file
pubspec.lock
# Directory created by dartdoc # Directory created by dartdoc
doc/api/ doc/api/
# Miscellaneous # Miscellaneous
*.class *.class
*.lock
*.log *.log
*.pyc *.pyc
*.swp *.swp
......
...@@ -3,6 +3,5 @@ ...@@ -3,6 +3,5 @@
.packages .packages
.pub/ .pub/
pubspec.lock
build/ build/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment