mirror of
https://github.com/github/gitignore.git
synced 2025-02-07 06:02:47 +08:00
16 lines
246 B
Plaintext
16 lines
246 B
Plaintext
# 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
|