[go: nahoru, domu]

Skip to content

Commit

Permalink
Do not ignore pubspec.lock in project templates (flutter#24209)
Browse files Browse the repository at this point in the history
* Remove *.lock from gitignore

* Remove pubspec.lock from gitignore
  • Loading branch information
jxltom authored and zanderso committed Jan 9, 2019
1 parent a2fa98e commit 843f262
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp
Expand Down
2 changes: 0 additions & 2 deletions dev/tools/vitool/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/
1 change: 0 additions & 1 deletion packages/flutter_tools/templates/app/.gitignore.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Miscellaneous
*.class
*.lock
*.log
*.pyc
*.swp
Expand Down
1 change: 0 additions & 1 deletion packages/flutter_tools/templates/plugin/.gitignore.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@

.packages
.pub/
pubspec.lock

build/
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.packages
pubspec.lock

0 comments on commit 843f262

Please sign in to comment.