Skip to content

Commit

Permalink
fixed .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsik committed May 14, 2015
1 parent ceaa683 commit fde7cc9
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .gitignore
@@ -1,6 +1,14 @@
*.dart.js
*.dart.js_
# Don’t commit the following directories created by pub.
.buildlog
.pub/
build/
packages
.settings
pubspec.lock
.DS_Store

# Or the files created by dart2js.
*.dart.js
*.js_
*.js.deps
*.js.map

# Include when developing application packages.
pubspec.lock

0 comments on commit fde7cc9

Please sign in to comment.