Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Don’t commit the following directories created by pub. | 1 # Don’t commit the following directories created by pub. |
| 2 .pub | 2 .pub |
| 3 build/ | 3 build/ |
| 4 packages | 4 packages |
| 5 | 5 |
| 6 # Or the files created by tools. | 6 # Or the files created by tools. |
| 7 *.dart.precompiled.js | 7 *.dart.precompiled.js |
| 8 *.js_ | 8 *.js_ |
| 9 *.js.deps | 9 *.js.deps |
| 10 *.sw? | 10 *.sw? |
| 11 .idea/ | 11 .idea/ |
| 12 .pub/ | 12 .pub/ |
| 13 node_modules | 13 node_modules |
| 14 | 14 |
| 15 # Or our test output folder | 15 # Or our test outputs |
| 16 test/codegen/actual/ | 16 test/codegen/actual/ |
| 17 test/dart_codegen/actual/ | 17 test/dart_codegen/actual/ |
| 18 test/generated_sdk/sdk_errors.txt | |
|
vsm
2015/05/29 21:08:58
thanks :-)
| |
| 18 | 19 |
| 19 # Include when developing application packages. | 20 # Include when developing application packages. |
| 20 pubspec.lock | 21 pubspec.lock |
| OLD | NEW |