2d997dd2fa
Add in rule for .buildlog
15 lines
241 B
Plaintext
15 lines
241 B
Plaintext
# Don’t commit the following directories created by pub.
|
||
build/
|
||
packages/
|
||
.buildlog
|
||
|
||
# Or the files created by dart2js.
|
||
*.dart.js
|
||
*.dart.precompiled.js
|
||
*.js_
|
||
*.js.deps
|
||
*.js.map
|
||
|
||
# Include when developing application packages.
|
||
pubspec.lock
|