Revision 3154cea0bf903285491a434863b794eeb7cae6b3 authored by Matias Niemelä on 15 June 2015, 07:46:17 UTC, committed by Matias Niemelä on 15 June 2015, 17:48:29 UTC
1 parent ac3e624
Raw File
.gitignore
.DS_STORE

# Don’t commit the following directories created by pub.
packages
pubspec.lock
.pub

/dist/
.buildlog
node_modules
bower_components

# Or broccoli working directory
tmp

# 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

# Include when developing application packages.
pubspec.lock
.c9
.idea/
*.swo

# Don't check in secret files
*secret.js

# Ignore npm debug log
npm-debug.log

/docs/bower_components/
back to top