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

123456789101112131415161718192021222324252627
  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. # dotenv environment variables file
  12. .env*
  13. # Avoid committing generated Javascript files:
  14. *.dart.js
  15. *.info.json # Produced by the --dump-info flag.
  16. *.js # When generated by dart2js. Don't specify *.js if your
  17. # project includes source files written in JavaScript.
  18. *.js_
  19. *.js.deps
  20. *.js.map
  21. .flutter-plugins
  22. .flutter-plugins-dependencies