aboutsummaryrefslogtreecommitdiffstats
path: root/Dart.gitignore
blob: 595694abaea319d290f350fc7aaa65a7e57f8dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Don’t commit the following directories created by pub.
.buildlog
.pub/
build/
packages

# Or the files created by dart2js.
*.dart.js
*.dart.precompiled.js
*.js_
*.js.deps
*.js.map

# Include when developing application packages.
pubspec.lock