gitignore/Dart.gitignore

28 lines
709 B
Plaintext
Raw Normal View History

# See https://www.dartlang.org/guides/libraries/private-files
# Files and directories created by pub
.dart_tool/
.packages
build/
2017-03-11 22:41:43 +01:00
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
2017-03-11 22:41:14 +01:00
2017-03-11 22:41:43 +01:00
# Directory created by dartdoc
2017-03-11 22:41:14 +01:00
# If you don't generate documentation locally you can remove this line.
doc/api/
2021-04-25 05:06:17 +02:00
# dotenv environment variables file
2021-05-07 20:59:24 +02:00
.env*
2021-04-25 05:06:17 +02:00
# Avoid committing generated Javascript files:
*.dart.js
*.info.json # Produced by the --dump-info flag.
*.js # When generated by dart2js. Don't specify *.js if your
# project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map
.flutter-plugins
.flutter-plugins-dependencies