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 7d0df22 + e8d7caf commit 807ac26Copy full SHA for 807ac26
Dart.gitignore
@@ -1,11 +1,13 @@
1
-# Don’t commit the following files and directories created by pub and dart2js
+# Don’t commit the following directories created by pub.
2
+build/
3
packages/
4
+
5
+# Or the files created by dart2js.
6
+*.dart.js
7
+*.dart.precompiled.js
8
*.js_
9
*.js.deps
10
*.js.map
11
-# Include when developing application packages
12
+# Include when developing application packages.
13
pubspec.lock
-
-# Avoid committing generated JavaScript files
-*.dart.js
0 commit comments