Sanitized mirror from private repository - 2026-04-05 10:05:14 UTC
This commit is contained in:
36
.gitignore
vendored
Normal file
36
.gitignore
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
# Homelab Repository - Git Ignore Rules
|
||||
|
||||
# Monitoring specific ignores
|
||||
*.tmp
|
||||
*.log
|
||||
*.bak
|
||||
*~
|
||||
secrets/
|
||||
|
||||
# Environment and configuration files
|
||||
*.env
|
||||
# Intentionally tracked stack.env files (Portainer injects real values at deploy time)
|
||||
!hosts/synology/atlantis/immich/stack.env
|
||||
!hosts/synology/calypso/immich/stack.env
|
||||
# firefly/stack.env should NOT be tracked - untracked via: git rm --cached
|
||||
.env
|
||||
Rocket.toml
|
||||
Revolt.*.toml
|
||||
compose.override.yml
|
||||
|
||||
# Development directories
|
||||
target
|
||||
.data
|
||||
.venv/
|
||||
venv/
|
||||
.idea
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
.vercel
|
||||
.claude/
|
||||
__pycache__/
|
||||
session-*.md
|
||||
|
||||
# Service specific
|
||||
livekit.yml
|
||||
Reference in New Issue
Block a user