fix(repo): .gitignore the broccoli tmp dir

This commit is contained in:
Alex Eagle 2015-04-08 09:57:24 -07:00
parent 105ba30ce9
commit ad083ed28f
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -7,6 +7,9 @@ bower_components
.pub
.DS_STORE
# Or broccoli working directory
tmp
# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js