Update gitignore for Dart2

This commit is contained in:
Marty Oehme 2018-07-06 14:25:14 +02:00
parent 0277e5ddc7
commit 9aff30452e
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -4,6 +4,7 @@
build/
packages
.packages
.dart_tool/
# Or the files created by dart2js.
*.dart.js
@ -13,3 +14,5 @@ packages
# Include when developing application packages.
pubspec.lock
\.idea/