20 lines
278 B
Text
20 lines
278 B
Text
|
# Don’t commit the following directories created by pub.
|
|||
|
.buildlog
|
|||
|
.pub/
|
|||
|
build/
|
|||
|
packages
|
|||
|
.packages
|
|||
|
.dart_tool/
|
|||
|
|
|||
|
# Or the files created by dart2js.
|
|||
|
*.dart.js
|
|||
|
*.js_
|
|||
|
*.js.deps
|
|||
|
*.js.map
|
|||
|
|
|||
|
# Include when developing application packages.
|
|||
|
pubspec.lock
|
|||
|
|
|||
|
# Remove IntelliJ stuff
|
|||
|
.idea/
|