mirror of
https://github.com/github/gitignore
synced 2024-10-31 17:18:45 +01:00
64ca10514b
Dart2js (Dart's JavaScript compiler) no longer creates `foo.dart.precompiled.js` files when compiling.
15 lines
224 B
Plaintext
15 lines
224 B
Plaintext
# Don’t commit the following directories created by pub.
|
||
.buildlog
|
||
.pub/
|
||
build/
|
||
packages
|
||
|
||
# Or the files created by dart2js.
|
||
*.dart.js
|
||
*.js_
|
||
*.js.deps
|
||
*.js.map
|
||
|
||
# Include when developing application packages.
|
||
pubspec.lock
|