add gitignore and sync script

This commit is contained in:
2026-04-14 07:21:51 +09:00
parent 49774009be
commit e32b284bc2

6
.gitignore vendored
View File

@@ -1,13 +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