Skip to content

Commit

Permalink
Merge pull request github#2718 from bcko/patch-1
Browse files Browse the repository at this point in the history
Update Dart.gitignore
  • Loading branch information
shiftkey authored May 28, 2018
2 parents 7cb3fb7 + e144ca6 commit 90f149d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Dart.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
# Files and directories created by pub
.dart_tool/
.packages
.pub/
build/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock

# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/

# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map

0 comments on commit 90f149d

Please sign in to comment.