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