Initial commit 2

This commit is contained in:
DrHaid
2025-12-13 14:09:00 +01:00
parent 25d7dd7ad2
commit 5a8dc3b057
13 changed files with 2016 additions and 2 deletions

24
.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
.next
# testing
/coverage
# misc
.DS_Store
*.pem
.idea
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env
dist