19 lines
274 B
Plaintext
19 lines
274 B
Plaintext
|
# Don’t commit the following directories created by pub.
|
|||
|
build/
|
|||
|
packages
|
|||
|
.buildlog
|
|||
|
|
|||
|
# Or Settings
|
|||
|
.settings
|
|||
|
.project
|
|||
|
|
|||
|
# Or the files created by dart2js.
|
|||
|
*.dart.js
|
|||
|
*.dart.precompiled.js
|
|||
|
*.js_
|
|||
|
*.js.deps
|
|||
|
*.js.map
|
|||
|
|
|||
|
# Include when developing application packages.
|
|||
|
pubspec.lock
|