Files
portfolio/.gitignore
Johan LEROY d30e8e9376 prod setup
2026-05-04 11:00:44 +02:00

33 lines
355 B
Plaintext

# build output
dist/
.astro/
# deps
node_modules/
# env
.env
.env.production
.env.local
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# editors
.vscode/*
!.vscode/extensions.json
.idea/
# macOS
.DS_Store
# temp
*.log
# runtime data (uploads + JSON content edited via /admin)
# kept on the server, not deployed via FTP
data/