2015-10-24 00:46:40 +08:00
|
|
|
# See https://www.dartlang.org/tools/private-files.html
|
|
|
|
|
2015-10-21 21:11:27 +08:00
|
|
|
# Files and directories created by pub
|
2014-09-01 16:22:33 +08:00
|
|
|
.buildlog
|
2015-10-21 21:11:27 +08:00
|
|
|
.packages
|
|
|
|
.project
|
2014-09-09 14:36:52 +08:00
|
|
|
.pub/
|
|
|
|
build/
|
2015-10-21 21:11:27 +08:00
|
|
|
**/packages/
|
2014-03-08 16:45:00 +08:00
|
|
|
|
2015-10-21 21:11:27 +08:00
|
|
|
# Files created by dart2js
|
2015-10-24 00:46:40 +08:00
|
|
|
# (Most Dart developers will use pub build to compile Dart, use/modify these
|
|
|
|
# rules if you intend to use dart2js directly
|
|
|
|
# Convention is to use extension '.dart.js' for Dart compiled to Javascript to
|
|
|
|
# differentiate from explicit Javascript files)
|
|
|
|
*.dart.js
|
2015-10-25 00:46:47 +08:00
|
|
|
*.part.js
|
2013-07-12 02:27:02 +08:00
|
|
|
*.js.deps
|
|
|
|
*.js.map
|
2015-10-21 22:29:21 +08:00
|
|
|
*.info.json
|
2013-07-12 02:27:02 +08:00
|
|
|
|
2015-10-21 21:11:27 +08:00
|
|
|
# Directory created by dartdoc
|
2015-10-25 02:01:53 +08:00
|
|
|
doc/api/
|
2015-10-08 19:45:25 +08:00
|
|
|
|
2015-10-24 00:46:40 +08:00
|
|
|
# Don't commit pubspec lock file
|
|
|
|
# (Library packages only! Remove pattern if developing an application package)
|
2014-02-04 00:31:02 +08:00
|
|
|
pubspec.lock
|