This commit is contained in:
Dennis
2019-05-07 10:49:36 +02:00
commit 743246102e
45 changed files with 5818 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# Project dependencies
.cache
node_modules
yarn-error.log
package-lock.json
yarn.lock
# Build directory
/public
.DS_Store