You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dart.gitignore 241B

1234567891011121314
  1. # Don’t commit the following directories created by pub.
  2. build/
  3. packages/
  4. .buildlog
  5. # Or the files created by dart2js.
  6. *.dart.js
  7. *.dart.precompiled.js
  8. *.js_
  9. *.js.deps
  10. *.js.map
  11. # Include when developing application packages.
  12. pubspec.lock