22 lines
282 B
Text
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
|