mirror of
https://github.com/github/gitignore
synced 2024-11-11 06:18:51 +01:00
80b0942d7e
As of Dart 1.12, the pub package manager will start generating a .packages file that will eventually replace the packages/ directory.
16 lines
234 B
Plaintext
16 lines
234 B
Plaintext
# Don’t commit the following directories created by pub.
|
||
.buildlog
|
||
.pub/
|
||
build/
|
||
packages
|
||
.packages
|
||
|
||
# Or the files created by dart2js.
|
||
*.dart.js
|
||
*.js_
|
||
*.js.deps
|
||
*.js.map
|
||
|
||
# Include when developing application packages.
|
||
pubspec.lock
|