Initial Template

This commit is contained in:
Mona Mayrhofer 2024-10-19 21:05:52 +02:00
commit 35342d6c2d
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
23 changed files with 4945 additions and 0 deletions

27
.gitignore vendored Normal file
View file

@ -0,0 +1,27 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# 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*
dist/
.direnv/
.devenv/