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

123456789101112131415161718192021222324
  1. # See https://www.dartlang.org/guides/libraries/private-files
  2. # Files and directories created by pub
  3. .dart_tool/
  4. .packages
  5. build/
  6. # If you're building an application, you may want to check-in your pubspec.lock
  7. pubspec.lock
  8. # Directory created by dartdoc
  9. # If you don't generate documentation locally you can remove this line.
  10. doc/api/
  11. # Avoid committing generated Javascript files:
  12. *.dart.js
  13. *.info.json # Produced by the --dump-info flag.
  14. *.js # When generated by dart2js. Don't specify *.js if your
  15. # project includes source files written in JavaScript.
  16. *.js_
  17. *.js.deps
  18. *.js.map
  19. .flutter-plugins
  20. .flutter-plugins-dependencies