Files
sloth-manager/.gitignore
T
2026-06-02 01:00:27 +02:00

27 lines
382 B
Plaintext

# Dependencies
node_modules/
# Environment & credentials — never commit these
backend/.env
**/.env.local
# Runtime data files
backend/dns-cache.json
backend/settings.json
backend/users.json
backend/audit-log.json
backend/secrets.json
backend/ipam.json
backend/.last-secret-check
# React build output
frontend/build/
# Logs
*.log
npm-debug.log*
# OS files
.DS_Store
Thumbs.db