Initial commit

This commit is contained in:
Kendel Christoph
2025-12-27 20:13:26 +01:00
commit 90d55cad7e
24 changed files with 1355 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@@ -0,0 +1,35 @@
# dependencies
node_modules/
# logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# runtime data
pids
*.pid
*.seed
*.pid.lock
# coverage
coverage
*.lcov
# build output
dist/
build/
.cache/
.next/
out/
# env files
.env
.env.*.local
# misc
.DS_Store
Thumbs.db