24c4e48251
Removed space from end of line which prevented the `pubspec.lock` from being ignored.
12 lines
236 B
Plaintext
12 lines
236 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
|