9cf5a077e9
it was already decent, but this should plug the two biggest holes: source maps and maps with non-string keys R=vsm@google.com Review URL: https://codereview.chromium.org/1013223002
20 lines
309 B
Plaintext
20 lines
309 B
Plaintext
# Don’t commit the following directories created by pub.
|
||
.pub
|
||
build/
|
||
packages
|
||
|
||
# Or the files created by tools.
|
||
*.dart.precompiled.js
|
||
*.js_
|
||
*.js.deps
|
||
*.sw?
|
||
.idea/
|
||
.pub/
|
||
|
||
# Or our test output folder
|
||
test/codegen/actual/
|
||
test/dart_codegen/actual/
|
||
|
||
# Include when developing application packages.
|
||
pubspec.lock
|