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 231B

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