Initial commit for backend

This commit is contained in:
Valentin Brandl
2019-07-27 16:24:13 +02:00
parent 06bbc5b3ed
commit 9c13cb06bb
6 changed files with 362 additions and 0 deletions

12
frontend/.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# Created by https://www.gitignore.io/api/elm
# Edit at https://www.gitignore.io/?templates=elm
### Elm ###
# elm-package generated files
elm-stuff
# elm-repl generated files
repl-temp-*
# End of https://www.gitignore.io/api/elm
index.html