| 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 # Ignore 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 # Ignore test output |
| 16 test/codegen/expect/dev_compiler/ |
| 17 test/codegen/expect/sunflower/dev_compiler/ |
| 18 |
| 15 # Created by ./tool/build_sdk.sh | 19 # Created by ./tool/build_sdk.sh |
| 16 tool/generated_sdk/ | 20 tool/generated_sdk/ |
| 17 | 21 |
| 18 # Or our test outputs | |
| 19 test/codegen/actual/ | |
| 20 | |
| 21 # Include when developing application packages. | 22 # Include when developing application packages. |
| 22 pubspec.lock | 23 pubspec.lock |
| OLD | NEW |