- jail.local: fix comment pointing to deleted docker-compose.cloudflare.yml - .gitignore: remove .env entry (no env file in use) - README: full rewrite to match current state (no .env, no webhook, correct file structure, inline compose config, CF setup instructions) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
232 B
Plaintext
25 lines
232 B
Plaintext
# Dependencies
|
|
dashboard/node_modules/
|
|
|
|
# Runtime data
|
|
data/
|
|
*.json
|
|
!dashboard/package.json
|
|
!dashboard/package-lock.json
|
|
|
|
# Docker build cache
|
|
.dockerignore
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|