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 124a5bc + 3a622f2 commit 299b928Copy full SHA for 299b928
Dart.gitignore
@@ -1,18 +1,20 @@
1
-# Don’t commit the following directories created by pub.
+# Files and directories created by pub
2
.buildlog
3
+.packages
4
+.project
5
.pub/
6
build/
-packages
-.packages
7
+**/packages/
8
-# Or the files created by dart2js.
9
-*.dart.js
10
-*.js_
+# Files created by dart2js
+*.js
11
+*.precompiled.js
12
*.js.deps
13
*.js.map
14
+*.info.json
15
-# Or the files created by dartdoc.
16
+# Directory created by dartdoc
17
doc/
18
-# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.)
19
+# Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package)
20
pubspec.lock
0 commit comments