debian-mirror-gitlab/vendor/gitignore/Dart.gitignore

22 lines
618 B
Plaintext
Raw Normal View History

2018-03-27 19:54:05 +05:30
# See https://www.dartlang.org/guides/libraries/private-files
2016-06-02 11:05:42 +05:30
# Files and directories created by pub
2018-03-17 18:26:18 +05:30
.dart_tool/
2016-06-02 11:05:42 +05:30
.packages
build/
2017-08-17 22:00:37 +05:30
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock
2016-06-02 11:05:42 +05:30
# Directory created by dartdoc
2017-08-17 22:00:37 +05:30
# If you don't generate documentation locally you can remove this line.
2016-06-02 11:05:42 +05:30
doc/api/
2018-11-08 19:23:39 +05:30
# 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