2018-03-08 05:46:34 -05:00
|
|
|
# See https://www.dartlang.org/guides/libraries/private-files
|
2016-05-06 11:13:16 -04:00
|
|
|
|
|
|
|
# Files and directories created by pub
|
2018-02-08 08:22:47 -05:00
|
|
|
.dart_tool/
|
2016-05-06 11:13:16 -04:00
|
|
|
.packages
|
|
|
|
build/
|
2017-04-11 08:33:58 -04:00
|
|
|
# If you're building an application, you may want to check-in your pubspec.lock
|
|
|
|
pubspec.lock
|
2016-05-06 11:13:16 -04:00
|
|
|
|
|
|
|
# Directory created by dartdoc
|
2017-04-11 08:33:58 -04:00
|
|
|
# If you don't generate documentation locally you can remove this line.
|
2016-05-06 11:13:16 -04:00
|
|
|
doc/api/
|
2018-06-08 04:43:19 -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
|