54 lines
595 B
Plaintext
54 lines
595 B
Plaintext
# dependencies
|
|
node_modules/
|
|
.pnp/
|
|
.pnp.js
|
|
|
|
# env / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
|
|
# ops (holds VPS credentials, never commit)
|
|
ops/
|
|
|
|
# nuxt
|
|
frontend/.nuxt/
|
|
frontend/.output/
|
|
frontend/.data/
|
|
frontend/dist/
|
|
.nitro/
|
|
.cache/
|
|
|
|
# strapi
|
|
cms/.strapi/
|
|
cms/dist/
|
|
cms/build/
|
|
cms/.tmp/
|
|
cms/public/uploads/*
|
|
!cms/public/uploads/.gitkeep
|
|
cms/.strapi-updater.json
|
|
|
|
# caddy runtime
|
|
caddy/data/
|
|
caddy/config/
|
|
|
|
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# editors / os
|
|
.vscode/
|
|
!.vscode/extensions.json
|
|
.idea/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# misc
|
|
coverage/
|
|
*.tsbuildinfo
|