2018-11-03 18:06:09 -04:00
|
|
|
# See https://www.dartlang.org/guides/libraries/private-files
|
2017-03-15 08:30:00 -04:00
|
|
|
|
|
|
|
# Files and directories created by pub
|
2018-11-03 18:06:09 -04:00
|
|
|
.dart_tool/
|
2017-03-15 08:30:00 -04:00
|
|
|
.packages
|
2015-08-28 04:44:04 -04:00
|
|
|
build/
|
2017-03-15 08:30:00 -04:00
|
|
|
# If you're building an application, you may want to check-in your pubspec.lock
|
2015-08-28 04:44:04 -04:00
|
|
|
pubspec.lock
|
2017-03-15 08:30:00 -04:00
|
|
|
|
|
|
|
# Directory created by dartdoc
|
|
|
|
# If you don't generate documentation locally you can remove this line.
|
|
|
|
doc/api/
|
2018-11-03 18:06:09 -04:00
|
|
|
|
2021-05-15 20:25:04 -04:00
|
|
|
# dotenv environment variables file
|
|
|
|
.env*
|
|
|
|
|
2018-11-03 18:06:09 -04: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
|
2020-09-02 12:57:08 -04:00
|
|
|
|
|
|
|
.flutter-plugins
|
|
|
|
.flutter-plugins-dependencies
|