OLD | NEW |
---|---|
1 # Don’t commit the following directories created by pub. | 1 # Don’t commit the following directories created by pub. |
2 .buildlog | 2 .buildlog |
3 .pub/ | 3 .pub/ |
4 build/ | 4 build/ |
5 packages | 5 packages |
6 .packages | |
6 | 7 |
7 # Or the files created by dart2js. | 8 # Or the files created by dart2js. |
8 *.dart.js | 9 *.dart.js |
9 *.js_ | 10 *.js_ |
10 *.js.deps | 11 *.js.deps |
11 *.js.map | 12 *.js.map |
12 | 13 |
13 # Include when developing application packages. | 14 # Include when developing application packages. |
14 pubspec.lock | 15 pubspec.lock |
OLD | NEW |