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.
|
# Don’t commit the following directories created by pub.
|
||||||
|
packages
|
||||||
|
pubspec.lock
|
||||||
|
.pub
|
||||||
|
|
||||||
/dist/
|
/dist/
|
||||||
packages/
|
|
||||||
.buildlog
|
.buildlog
|
||||||
node_modules
|
node_modules
|
||||||
bower_components
|
bower_components
|
||||||
.pub
|
|
||||||
.DS_STORE
|
|
||||||
|
|
||||||
# Or broccoli working directory
|
# Or broccoli working directory
|
||||||
tmp
|
tmp
|
||||||
|
|
Loading…
Reference in New Issue