Clean up Package Structure and .gitignore

This commit is contained in:
Marty 2018-07-07 15:38:56 +02:00 committed by Marty Oehme
parent a9cf46d7a2
commit fffcc3fbae
4 changed files with 47 additions and 25 deletions

27
.gitignore vendored
View file

@ -1,18 +1,15 @@
# Dont 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