Split frontend and backend

This commit is contained in:
2020-05-30 17:59:40 +02:00
parent 22e31b51dc
commit 42b558254f
42 changed files with 11604 additions and 0 deletions

29
.gitignore vendored
View File

@@ -1,29 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# IntelliJ
.idea
# Sass
.sass-cache
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*