2018-03-02 10:39:24 -08:00
|
|
|
# See https://www.dartlang.org/guides/libraries/private-files
|
2015-10-23 12:46:40 -04:00
|
|
|
|
2015-10-21 09:11:27 -04:00
|
|
|
# Files and directories created by pub
|
2018-01-31 20:26:54 -05:00
|
|
|
.dart_tool/
|
2015-10-21 09:11:27 -04:00
|
|
|
.packages
|
2014-09-08 23:36:52 -07:00
|
|
|
build/
|
2017-03-11 13:41:43 -08:00
|
|
|
# If you're building an application, you may want to check-in your pubspec.lock
|
2014-02-03 11:31:02 -05:00
|
|
|
pubspec.lock
|
2017-03-11 13:41:14 -08:00
|
|
|
|
2017-03-11 13:41:43 -08:00
|
|
|
# Directory created by dartdoc
|
2017-03-11 13:41:14 -08:00
|
|
|
# If you don't generate documentation locally you can remove this line.
|
|
|
|
doc/api/
|
2018-05-27 14:04:07 -07:00
|
|
|
|
2021-04-25 08:36:17 +05:30
|
|
|
# dotenv environment variables file
|
2021-05-07 11:59:24 -07:00
|
|
|
.env*
|
2021-04-25 08:36:17 +05:30
|
|
|
|
2018-05-27 14:04:07 -07: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-05-06 15:30:31 +02:00
|
|
|
|
|
|
|
.flutter-plugins
|
|
|
|
.flutter-plugins-dependencies
|