angular-cn/.gitignore

22 lines
307 B
Plaintext
Raw Normal View History

2014-09-18 12:12:01 -04:00
# Dont commit the following directories created by pub.
build/
benchpress-build/
2014-09-18 12:12:01 -04:00
packages/
.buildlog
2014-09-18 17:56:38 -04:00
node_modules
packages
.pub
2014-09-18 17:56:38 -04:00
.DS_STORE
2014-09-18 12:12:01 -04:00
# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_
*.js.deps
*.js.map
# Include when developing application packages.
pubspec.lock
2014-09-19 17:55:04 -04:00
.c9
2014-09-26 00:01:52 -04:00
.idea/