blob: baf534cb86c3bad235a63732a8908364c64ee966 [file] [log] [blame]
### Dart template
# Don’t commit the following directories created by pub.
.buildlog
.dart_tool/
.pub/
.packages
# Or the files created by dart2js.
*.dart.js
*.js_
*.js.deps
*.js.map
# Include when developing application packages.
pubspec.lock
# IDE
.project
.settings
.idea
.c9