Dart.gitignore 805 字节
Newer Older
K
Kevin Moore 已提交
1
# See https://www.dartlang.org/guides/libraries/private-files
2

G
Gary Smith 已提交
3
# Files and directories created by pub
P
Patrice Chalin 已提交
4
.dart_tool/
G
Gary Smith 已提交
5
.packages
D
Devon Carew 已提交
6
build/
K
Kevin Moore 已提交
7
# If you're building an application, you may want to check-in your pubspec.lock
M
Martin Charles 已提交
8
pubspec.lock
K
Kevin Moore 已提交
9

K
Kevin Moore 已提交
10
# Directory created by dartdoc
K
Kevin Moore 已提交
11 12
# If you don't generate documentation locally you can remove this line.
doc/api/
B
BC Ko 已提交
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29

# Avoid committing generated Javascript files:
*.dart.js
*.info.json      # Produced by the --dump-info flag.
*.js             # When generated by dart2js. Don't specify *.js if your
                 # project includes source files written in JavaScript.
*.js_
*.js.deps
*.js.map


# files and directories created by development environments
*.iml         // IntelliJ
*.ipr         // IntelliJ
*.iws         // IntelliJ
.idea/        // IntelliJ
.DS_Store     // Mac