Skip to content

Commit e8d7caf

Browse files
committedMar 8, 2014
Update Dart.gitignore
- add the `build/` directory to the .gitignore list (now created by pub). - add the `.dart.precompiled.js` files (created by dart2js) to the ignore list. And, sort and re-order the file.
1 parent eda2ee7 commit e8d7caf

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
 

‎Dart.gitignore

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Don’t commit the following files and directories created by pub and dart2js
1+
# Don’t commit the following directories created by pub.
2+
build/
23
packages/
4+
5+
# Or the files created by dart2js.
6+
*.dart.js
7+
*.dart.precompiled.js
38
*.js_
49
*.js.deps
510
*.js.map
611

7-
# Include when developing application packages
12+
# Include when developing application packages.
813
pubspec.lock
9-
10-
# Avoid committing generated JavaScript files
11-
*.dart.js

0 commit comments

Comments
 (0)
Please sign in to comment.