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

G
Gary Smith 已提交
3
# Files and directories created by pub
K
kun 已提交
4
.buildlog
G
Gary Smith 已提交
5 6
.packages
.project
D
Devon Carew 已提交
7 8
.pub/
build/
G
Gary Smith 已提交
9
**/packages/
D
Devon Carew 已提交
10

G
Gary Smith 已提交
11
# Files created by dart2js
12 13 14 15 16
# (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 已提交
17
*.part.js
18 19
*.js.deps
*.js.map
G
Gary Smith 已提交
20
*.info.json
21

G
Gary Smith 已提交
22
# Directory created by dartdoc
G
Gary Smith 已提交
23
doc/api/
G
Gary Smith 已提交
24

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