mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
9f06854ac6
add the `.pub/` directory, and change the `packages` filter to match sub-folders.
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
|