server/.gitignore
vegard 914598c402 Gitignore scripts/ — beholdes lokalt for convenience
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 15:53:11 +01:00

22 lines
282 B
Text

# Docker-volumer (flyktige, ikke i Git)
.docker-data/
# Scratch (testfiler, notater, midlertidig)
.scratch/
# Lokale scripts (convenience, ikke i git)
scripts/
# Miljovariabler
.env.local
.env
# Node
node_modules/
# Rust
target/
# OS
.DS_Store
Thumbs.db