Initial commit

This commit is contained in:
2023-06-19 15:19:32 +02:00
commit 43eb88b722
16 changed files with 18714 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
.idea
# 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*