This commit is contained in:
2023-09-09 23:02:56 +02:00
commit a9b62b8f8f
39 changed files with 12080 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# dependencies
node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
build
public
#development
.cache
.husky
.vscode
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json