mirror of
https://github.com/github/gitignore
synced 2024-11-12 14:58:52 +01:00
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
// Don’t commit the following files and directories created by pub and dart2js
|
||
packages/
|
||
*.js_
|
||
*.js.deps
|
||
*.js.map
|
||
|
||
// Include when developing application packages
|
||
pubspec.lock
|
||
|
||
// Avoid committing generated JavaScript files
|
||
*.dart.js
|