63 lines
710 B
Plaintext
63 lines
710 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
.output
|
|
.vinxi
|
|
.tanstack/**
|
|
.nitro
|
|
*.local
|
|
|
|
# Wrangler / Cloudflare
|
|
.wrangler/
|
|
.dev.vars
|
|
|
|
# Secrets / env — NEVER commit (real values stay out of git)
|
|
.env
|
|
.env.*
|
|
*.env
|
|
# ...but DO track the documented templates (placeholders only, no secrets)
|
|
!.env.example
|
|
!**/.env.example
|
|
|
|
# SSL Certificates & keys
|
|
certs/
|
|
certs-git/
|
|
certbot-www/
|
|
*.pem
|
|
*.key
|
|
*.crt
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# Local database
|
|
*.db
|
|
*.sqlite*
|
|
|
|
# Backup files
|
|
*.bak*
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
graphify-out/
|