mirror of
https://github.com/github/gitignore
synced 2024-12-03 17:05:44 +01:00
eea7afa915
Don't track the symbolic links that dart creates to the ./packages directory
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
// Don’t commit the following files and directories created by pub and dart2js
|
||
packages/
|
||
packages
|
||
*.js_
|
||
*.js.deps
|
||
*.js.map
|
||
|
||
// Include when developing application packages
|
||
pubspec.lock
|
||
|
||
// Avoid committing generated JavaScript files
|
||
*.dart.js
|