a51d968185
- Complete security menu restructure (3-mode: Analysis/Actions/Live) - Intelligent cPHulk enablement with CSF whitelist import - Live network security monitoring dashboard - Multi-source threat detection and classification - 50+ organized security tools across 4-level menu hierarchy - System health diagnostics with cPanel/WHM integration - Reference database for cross-module intelligence sharing
56 lines
624 B
Plaintext
56 lines
624 B
Plaintext
# Temporary files
|
|
/tmp/
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Reference database (session data)
|
|
.sysref
|
|
|
|
# System-specific logs
|
|
*.log
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# Reports (generated files)
|
|
*_report_*.txt
|
|
|
|
# IDE/Editor files
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Runtime directories
|
|
/modules/security/temp/
|
|
/modules/security/live-monitor-*/
|
|
|
|
# Credentials and keys (NEVER commit these)
|
|
*.key
|
|
*.pem
|
|
*.crt
|
|
*.p12
|
|
*.pfx
|
|
credentials.*
|
|
secrets.*
|
|
.env
|
|
.env.*
|
|
*.token
|
|
*.secret
|
|
|
|
# SSH keys
|
|
id_rsa
|
|
id_rsa.pub
|
|
id_ed25519
|
|
id_ed25519.pub
|
|
|
|
# Config files that might contain sensitive data
|
|
config.local.*
|
|
*.credentials
|