Files
Fail2Ban-Dashboard---NPM/.gitignore
gitea 09124b10b9 chore: clean up stale references and README
- 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>
2026-02-20 15:38:20 +00:00

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