Skip to content

Commit 90f149d

Browse files
authored
Merge pull request #2718 from bcko/patch-1
Update Dart.gitignore
2 parents 7cb3fb7 + e144ca6 commit 90f149d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Dart.gitignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@
33
# Files and directories created by pub
44
.dart_tool/
55
.packages
6-
.pub/
76
build/
87
# If you're building an application, you may want to check-in your pubspec.lock
98
pubspec.lock
109

1110
# Directory created by dartdoc
1211
# If you don't generate documentation locally you can remove this line.
1312
doc/api/
13+
14+
# Avoid committing generated Javascript files:
15+
*.dart.js
16+
*.info.json # Produced by the --dump-info flag.
17+
*.js # When generated by dart2js. Don't specify *.js if your
18+
# project includes source files written in JavaScript.
19+
*.js_
20+
*.js.deps
21+
*.js.map

0 commit comments

Comments
 (0)