Arbeidspuls/.gitignore
2026-05-29 17:50:22 +02:00

16 lines
156 B
Plaintext

node_modules/
dist/
*.log
*.tar.gz
.vite/
coverage/
tmp/
temp/
.env
.env.local
test-data*.json
*.local
backend/*.sqlite3
backend/*.sqlite3-*
backend/.venv/