Skip to content

Commit da7ce31

Browse files
committed
Dart.gitignore updated to reflect instructions provided by authors
1 parent b2c694d commit da7ce31

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

Dart.gitignore

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
.DS_Store
2-
packages
1+
// Don’t commit the following files and directories created by pub, Dart Editor, and dart2js
2+
packages/
33
.project
4-
pubspec.lock
4+
.buildlog
5+
*.js_
6+
*.js.deps
7+
*.js.map
8+
9+
// Include when developing application packages
10+
pubspec.lock
11+
12+
// Avoid committing generated JavaScript files
13+
*.dart.js
14+
15+
// Check for any other incovenient files generated by OS
16+
// and other tools such as Eclipse, IntelliJ, etc.

0 commit comments

Comments
 (0)