2015-04-18 01:36:40 -04:00
|
|
|
|
.DS_STORE
|
|
|
|
|
|
2014-09-18 12:12:01 -04:00
|
|
|
|
# Don’t commit the following directories created by pub.
|
2015-04-18 01:36:40 -04:00
|
|
|
|
packages
|
|
|
|
|
pubspec.lock
|
|
|
|
|
.pub
|
2015-06-30 19:16:10 -04:00
|
|
|
|
.packages
|
2015-04-18 01:36:40 -04:00
|
|
|
|
|
2014-12-05 19:26:30 -05:00
|
|
|
|
/dist/
|
2014-09-18 12:12:01 -04:00
|
|
|
|
.buildlog
|
2014-09-18 17:56:38 -04:00
|
|
|
|
node_modules
|
2015-02-25 10:45:51 -05:00
|
|
|
|
bower_components
|
2014-09-18 12:12:01 -04:00
|
|
|
|
|
2015-04-08 12:57:24 -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
|
|
|
|
|
|
2015-03-31 22:56:50 -04:00
|
|
|
|
# Or type definitions we mirror from github
|
|
|
|
|
**/typings/**/*.d.ts
|
2015-04-24 13:14:03 -04:00
|
|
|
|
**/typings/tsd.cached.json
|
2015-03-31 22:56:50 -04:00
|
|
|
|
|
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/
|
2014-12-05 20:44:00 -05:00
|
|
|
|
*.swo
|
2015-07-10 20:31:32 -04:00
|
|
|
|
modules/.settings
|
2014-12-04 09:02:03 -05:00
|
|
|
|
|
2015-01-09 21:00:04 -05:00
|
|
|
|
# Don't check in secret files
|
|
|
|
|
*secret.js
|
2014-12-04 09:02:03 -05:00
|
|
|
|
|
2015-03-23 16:18:05 -04:00
|
|
|
|
# Ignore npm debug log
|
|
|
|
|
npm-debug.log
|
|
|
|
|
|
2014-12-05 20:44:00 -05:00
|
|
|
|
/docs/bower_components/
|