Tweak .gitignore file to ignore also packages symlinks.
This commit is contained in:
parent
376d508934
commit
d6dae0cc85
|
@ -1,11 +1,14 @@
|
|||
.DS_STORE
|
||||
|
||||
# Don’t commit the following directories created by pub.
|
||||
packages
|
||||
pubspec.lock
|
||||
.pub
|
||||
|
||||
/dist/
|
||||
packages/
|
||||
.buildlog
|
||||
node_modules
|
||||
bower_components
|
||||
.pub
|
||||
.DS_STORE
|
||||
|
||||
# Or broccoli working directory
|
||||
tmp
|
||||
|
|
Loading…
Reference in New Issue