Initial commit

This commit is contained in:
Marty Oehme 2018-07-20 11:56:29 +02:00
commit f27b385066
3 changed files with 42 additions and 0 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# Dont 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/