Skip to content

Commit

Permalink
update gitignore to follow new Dart .packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ltackmann committed Sep 2, 2015
1 parent 6aff2dd commit f95f414
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
.pub
packages
.project
# dart
*\.packages
build
.buildlog
.pub/
pubspec.lock
packages

# idea
*.iml
*.ipr
*.iws
.idea/
*.dart.js
*.js_
*.js.deps
*.js.map

0 comments on commit f95f414

Please sign in to comment.