aboutsummaryrefslogtreecommitdiffstats
path: root/Dart.gitignore
blob: 4af0fb235c6a88d6489ca9a9111b6fe2da5c209b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Files and directories created by pub
.buildlog
.packages
.project
.pub/
build/
**/packages/

# Files created by dart2js
*.js
*.precompiled.js
*.js.deps
*.js.map
*.info.json

# Directory created by dartdoc
doc/

# Don't commit pubspec lock file (Library packages only! Remove pattern if developing an application package)
pubspec.lock