mirror of
https://github.com/github/gitignore
synced 2024-11-05 03:18:51 +01:00
e8d7cafc16
- add the `build/` directory to the .gitignore list (now created by pub). - add the `.dart.precompiled.js` files (created by dart2js) to the ignore list. And, sort and re-order the file.
14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
# Don’t commit the following directories created by 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
|