initial commit

This commit is contained in:
Ben
2025-08-16 17:11:22 +02:00
commit 1843c51e49
11 changed files with 2125 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Dependency directories
node_modules/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of build tools
dist/
build/
lib/
# Environment files
.env
.env.*.local
# OS generated files
.DS_Store
Thumbs.db