We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cb3fb7 + e144ca6 commit 90f149dCopy full SHA for 90f149d
Dart.gitignore
@@ -3,11 +3,19 @@
3
# Files and directories created by pub
4
.dart_tool/
5
.packages
6
-.pub/
7
build/
8
# If you're building an application, you may want to check-in your pubspec.lock
9
pubspec.lock
10
11
# Directory created by dartdoc
12
# If you don't generate documentation locally you can remove this line.
13
doc/api/
+
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