Initial hermes sync setup
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Ignore everything by default
|
||||
*
|
||||
|
||||
# But explicitly track these directories
|
||||
!memories/
|
||||
!skills/
|
||||
!sync.sh
|
||||
!.gitignore
|
||||
|
||||
# Ignore lock files and logs
|
||||
memories/*.lock
|
||||
skills/*.lock
|
||||
*.log
|
||||
Reference in New Issue
Block a user