Clean up Package Structure and .gitignore
This commit is contained in:
parent
a9cf46d7a2
commit
fffcc3fbae
4 changed files with 47 additions and 25 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
|
@ -1,18 +1,15 @@
|
|||
# Don’t commit the following directories created by pub.
|
||||
.buildlog
|
||||
# Files and directories created by pub
|
||||
.dart_tool
|
||||
.packages
|
||||
.pub/
|
||||
build/
|
||||
packages
|
||||
.packages
|
||||
.dart_tool/
|
||||
|
||||
# Or the files created by dart2js.
|
||||
*.dart.js
|
||||
*.js_
|
||||
*.js.deps
|
||||
*.js.map
|
||||
|
||||
# Include when developing application packages.
|
||||
# Remove the following pattern if you wish to check in your lock file
|
||||
pubspec.lock
|
||||
|
||||
\.idea/
|
||||
# Directory created by dartdoc
|
||||
doc/api/
|
||||
# See https://github.com/dart-lang/site-webdev/issues/1351
|
||||
test/**/*.g.dart
|
||||
# IDE Files
|
||||
.idea/
|
||||
# Files generated by Dolphin on Linux
|
||||
.directory
|
||||
Loading…
Add table
Add a link
Reference in a new issue