Dart.gitignore 319 字节
Newer Older
G
Gary Smith 已提交
1
# Files and directories created by pub
K
kun 已提交
2
.buildlog
G
Gary Smith 已提交
3 4
.packages
.project
D
Devon Carew 已提交
5 6
.pub/
build/
G
Gary Smith 已提交
7
**/packages/
D
Devon Carew 已提交
8

G
Gary Smith 已提交
9 10
# Files created by dart2js
*.js
11 12
*.js.deps
*.js.map
G
Gary Smith 已提交
13
*.info.json
14

G
Gary Smith 已提交
15
# Directory created by dartdoc
G
Gary Smith 已提交
16 17
doc/

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