33 lines
355 B
Plaintext
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/
|