1st commit

This commit is contained in:
2022-06-04 20:04:25 +02:00
commit 159683d7ba
17 changed files with 3540 additions and 0 deletions

24
server/.gitignore vendored Normal file
View File

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