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