Use host ports 3006/8005 and 3096/8096 so Kansho does not collide with Bookstack on 3005 or the sister products. Co-authored-by: Cursor <cursoragent@cursor.com>
52 lines
547 B
Plaintext
52 lines
547 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build / cache
|
|
dist/
|
|
build/
|
|
.vite/
|
|
.turbo/
|
|
.cache/
|
|
coverage/
|
|
*.tsbuildinfo
|
|
|
|
# Environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
|
|
# Python
|
|
.venv/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
|
|
# Local data (never commit)
|
|
tmp/
|
|
temp/
|
|
data/local/
|
|
backend/data/
|
|
local-backups/
|
|
*.kansho-backup.zip
|
|
*.db
|
|
|
|
# Personal journal zip was a one-time Gitea transport. Do not re-add.
|
|
transfer/
|