Dart.gitignore 824 字节
Newer Older
1 2
# See https://www.dartlang.org/tools/private-files.html

G
Gary Smith 已提交
3
# Files and directories created by pub
4 5

# SDK 1.20 and later (no longer creates packages directories)
G
Gary Smith 已提交
6
.packages
D
Devon Carew 已提交
7 8
.pub/
build/
9 10 11 12 13

# Older SDK versions
# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20)
.project
.buildlog
G
Gary Smith 已提交
14
**/packages/
D
Devon Carew 已提交
15

16

G
Gary Smith 已提交
17
# Files created by dart2js
18 19 20 21 22
# (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
G
Gary Smith 已提交
23
*.part.js
24 25
*.js.deps
*.js.map
G
Gary Smith 已提交
26
*.info.json
27

G
Gary Smith 已提交
28
# Directory created by dartdoc
G
Gary Smith 已提交
29
doc/api/
G
Gary Smith 已提交
30

31 32
# Don't commit pubspec lock file 
# (Library packages only! Remove pattern if developing an application package)
M
Martin Charles 已提交
33
pubspec.lock