angular-cn/.gitignore

44 lines
604 B
Plaintext
Raw Normal View History

.DS_STORE
2014-09-18 12:12:01 -04:00
# Dont commit the following directories created by pub.
packages
pubspec.lock
.pub
.packages
/dist/
2014-09-18 12:12:01 -04:00
.buildlog
2014-09-18 17:56:38 -04:00
node_modules
bower_components
2014-09-18 12:12:01 -04:00
# Or broccoli working directory
tmp
2014-09-18 12:12:01 -04:00
# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_
*.js.deps
*.js.map
# Or type definitions we mirror from github
**/typings/**/*.d.ts
**/typings/tsd.cached.json
2014-09-18 12:12:01 -04:00
# 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/
*.swo
modules/.settings
2015-09-10 11:33:49 -04:00
.vscode
modules/.vscode
# Don't check in secret files
*secret.js
# Ignore npm debug log
npm-debug.log
/docs/bower_components/