File tree 1 file changed +19
-7
lines changed
1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
- # Don’t commit the following directories created by pub.
1
+ # See https://www.dartlang.org/tools/private-files.html
2
+
3
+ # Files and directories created by pub
2
4
.buildlog
5
+ .packages
6
+ .project
3
7
.pub /
4
8
build /
5
- packages
6
- .packages
9
+ ** /packages /
7
10
8
- # Or the files created by dart2js.
11
+ # Files created by dart2js
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)
9
16
* .dart.js
10
- * .js_
17
+ * .part.js
11
18
* .js.deps
12
19
* .js.map
20
+ * .info.json
21
+
22
+ # Directory created by dartdoc
23
+ doc /api /
13
24
14
- # Include when developing application packages.
15
- pubspec.lock
25
+ # Don't commit pubspec lock file
26
+ # (Library packages only! Remove pattern if developing an application package)
27
+ pubspec.lock
You can’t perform that action at this time.
0 commit comments