initial commit

This commit is contained in:
Samuel Müller
2025-07-31 15:19:31 +02:00
commit 3df2a0efea
16 changed files with 5671 additions and 0 deletions

63
.gitignore vendored Normal file
View File

@@ -0,0 +1,63 @@
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
build/
*.min.js
*.min.css
# Environment variables
.env
.cursorrules
.cursorrules.txt
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Temporary files
tmp/
temp/
# PHP specific (if you add PHP later)
vendor/
composer.lock
# Backup files
*.bak
*.backup
*.old
# Cache files
.cache/
.parcel-cache/