Files
hermes-sync/.gitignore
2026-04-14 07:21:33 +09:00

14 lines
182 B
Plaintext

# Ignore everything by default
*
# But explicitly track these directories
!memories/
!skills/
!sync.sh
!.gitignore
# Ignore lock files and logs
memories/*.lock
skills/*.lock
*.log