This commit is contained in:
Matthias Hochmeister
2026-02-23 17:08:58 +01:00
commit f09748f4a1
97 changed files with 17729 additions and 0 deletions

49
.gitignore vendored Normal file
View File

@@ -0,0 +1,49 @@
# Environment variables
.env
.env.local
.env.*.local
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build outputs
dist/
build/
out/
# Database
*.sqlite
*.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
logs/
*.log
# Docker
docker-compose.override.yml
# Testing
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
*.tmp
# OS
Thumbs.db
.Spotlight-V100
.Trashes