Dart.gitignore 342 字节
Newer Older
G
Gary Smith 已提交
1
# Don’t commit the following directories created by pub.
K
kun 已提交
2
.buildlog
D
Devon Carew 已提交
3 4 5
.pub/
build/
packages
N
Natalie Weizenbaum 已提交
6
.packages
D
Devon Carew 已提交
7 8 9

# Or the files created by dart2js.
*.dart.js
10 11 12 13
*.js_
*.js.deps
*.js.map

G
Gary Smith 已提交
14 15 16 17
# Or the files created by dartdoc.
doc/

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