mirror of
https://github.com/github/gitignore
synced 2024-11-11 06:18:51 +01:00
d0f5047edc
Line 1 somehow different from upstream
19 lines
339 B
Plaintext
19 lines
339 B
Plaintext
# Don’t commit the following directories created by pub.
|
||
.buildlog
|
||
.pub/
|
||
build/
|
||
packages
|
||
.packages
|
||
|
||
# Or the files created by dart2js.
|
||
*.dart.js
|
||
*.js_
|
||
*.js.deps
|
||
*.js.map
|
||
|
||
# Or the files created by dartdoc.
|
||
doc/
|
||
|
||
# Don't commit pubspec lock file. (Library packages only! Remove pattern if developing an application package.)
|
||
pubspec.lock
|