Initial commit

This commit is contained in:
Unknown 2018-02-12 15:25:58 +01:00
commit 758503d33f
12 changed files with 164 additions and 0 deletions

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# Dont commit the following directories created by pub.
.buildlog
.pub/
build/
packages
.packages
# Or the files created by dart2js.
*.dart.js
*.js_
*.js.deps
*.js.map
# Include when developing application packages.
pubspec.lock
# Ignore idea files
.idea/