2015-10-23 12:46:40 -04:00
|
|
|
# See https://www.dartlang.org/tools/private-files.html
|
|
|
|
|
2015-10-21 09:11:27 -04:00
|
|
|
# Files and directories created by pub
|
2016-11-01 07:50:48 -04:00
|
|
|
|
|
|
|
# SDK 1.20 and later (no longer creates packages directories)
|
2015-10-21 09:11:27 -04:00
|
|
|
.packages
|
2014-09-08 23:36:52 -07:00
|
|
|
.pub/
|
|
|
|
build/
|
2016-11-01 07:50:48 -04:00
|
|
|
|
|
|
|
# Older SDK versions
|
|
|
|
# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20)
|
|
|
|
.project
|
|
|
|
.buildlog
|
2015-10-21 09:11:27 -04:00
|
|
|
**/packages/
|
2014-03-08 00:45:00 -08:00
|
|
|
|
2016-11-01 07:50:48 -04:00
|
|
|
|
2015-10-21 09:11:27 -04:00
|
|
|
# Files created by dart2js
|
2015-10-23 12:46:40 -04: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-24 12:46:47 -04:00
|
|
|
*.part.js
|
2013-07-11 15:27:02 -03:00
|
|
|
*.js.deps
|
|
|
|
*.js.map
|
2015-10-21 10:29:21 -04:00
|
|
|
*.info.json
|
2013-07-11 15:27:02 -03:00
|
|
|
|
2015-10-21 09:11:27 -04:00
|
|
|
# Directory created by dartdoc
|
2015-10-24 14:01:53 -04:00
|
|
|
doc/api/
|
2015-10-08 07:45:25 -04:00
|
|
|
|
2015-10-23 12:46:40 -04:00
|
|
|
# Don't commit pubspec lock file
|
|
|
|
# (Library packages only! Remove pattern if developing an application package)
|
2014-02-03 11:31:02 -05:00
|
|
|
pubspec.lock
|