Dart.gitignore 336 字节
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
G
Gary Smith 已提交
11
*.precompiled.js
12 13
*.js.deps
*.js.map
G
Gary Smith 已提交
14
*.info.json
15

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

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