Files
sdk/pkg/dev_compiler/.gitignore
T
John Messerly 9cf5a077e9 coverage: increase coverage of js_codegen
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
2015-03-18 09:20:36 -07:00

20 lines
309 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Dont 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