Switched from Dockmon to Beszel
This commit is contained in:
79
dockmon/.gitignore
vendored
Normal file
79
dockmon/.gitignore
vendored
Normal file
@@ -0,0 +1,79 @@
|
||||
|
||||
# Claude Development Context and Internal Files
|
||||
CLAUDE_CONTEXT.md
|
||||
BASELINE_STATUS.md
|
||||
|
||||
# Wiki Content (lives in wiki repo, not main repo)
|
||||
wiki-content/
|
||||
wiki-repo/
|
||||
|
||||
# Documentation (internal development docs)
|
||||
docs/
|
||||
|
||||
# Test Infrastructure (Development Only)
|
||||
tests/
|
||||
test-results/
|
||||
test-results.json
|
||||
playwright-report/
|
||||
*-results.log
|
||||
baseline*.log
|
||||
pre-refactor*.log
|
||||
post-refactor*.log
|
||||
|
||||
# Node.js Dependencies (from test setup)
|
||||
node_modules/
|
||||
package-lock.json
|
||||
npm-debug.log*
|
||||
|
||||
# SSL Certificates
|
||||
docker/certs/
|
||||
*.crt
|
||||
*.key
|
||||
*.pem
|
||||
*.csr
|
||||
|
||||
# Database and persistent data
|
||||
backend/data/
|
||||
*.db
|
||||
*.db-journal
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
backend/__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
venv/
|
||||
env/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
.coverage
|
||||
htmlcov/
|
||||
Reference in New Issue
Block a user