teach/.gitignore
bes-r 516a048ce7
Some checks are pending
dev - build & deploy naar test / build-and-deploy (push) Waiting to run
Initiële opzet: Fastify + static, Docker, Postgres, Forgejo Actions
2026-07-07 22:41:05 +02:00

16 lines
212 B
Text

node_modules/
npm-debug.log*
# Lokale env-bestanden met secrets nooit committen
.env
.env.local
.env.*.local
# Postgres data volume bij lokaal draaien
pgdata/
# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/