2018-11-03 23:06:09 +01:00
|
|
|
# See https://www.dartlang.org/guides/libraries/private-files
|
2017-03-15 13:30:00 +01:00
|
|
|
|
|
|
|
# Files and directories created by pub
|
2018-11-03 23:06:09 +01:00
|
|
|
.dart_tool/
|
2017-03-15 13:30:00 +01:00
|
|
|
.packages
|
2015-08-28 10:44:04 +02:00
|
|
|
build/
|
2017-03-15 13:30:00 +01:00
|
|
|
# If you're building an application, you may want to check-in your pubspec.lock
|
2015-08-28 10:44:04 +02:00
|
|
|
pubspec.lock
|
2017-03-15 13:30:00 +01:00
|
|
|
|
|
|
|
# Directory created by dartdoc
|
|
|
|
# If you don't generate documentation locally you can remove this line.
|
|
|
|
doc/api/
|
2018-11-03 23:06:09 +01: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
|