Tweak .gitignore file to ignore also packages symlinks.

This commit is contained in:
Konstantin Shcheglov 2015-04-17 22:36:40 -07:00
parent 376d508934
commit d6dae0cc85
1 changed files with 6 additions and 3 deletions

9
.gitignore vendored
View File

@ -1,11 +1,14 @@
.DS_STORE
# Dont 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