File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ # See https://www.dartlang.org/tools/private-files.html
2+
13# Files and directories created by pub
24.buildlog
35.packages
79** /packages /
810
911# Files created by dart2js
10- * .js
11- * .precompiled.js
12+ # (Most Dart developers will use pub build to compile Dart, use/modify these
13+ # rules if you intend to use dart2js directly
14+ # Convention is to use extension '.dart.js' for Dart compiled to Javascript to
15+ # differentiate from explicit Javascript files)
16+ * .dart.js
17+ * .js.part
1218* .js.deps
1319* .js.map
1420* .info.json
1521
1622# Directory created by dartdoc
17- doc /
23+ doc /api
1824
19- # Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package)
25+ # Don't commit pubspec lock file
26+ # (Library packages only! Remove pattern if developing an application package)
2027pubspec.lock
You can’t perform that action at this time.
0 commit comments