chore: gitignore runtime data; untrack db.sqlite and keys
- 新增 .gitignore(data/、*bak.*) - 停止追蹤 data/(db.sqlite 三件 + noise_private.key),避免把節點/金鑰狀態推上 repo Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
data/
|
||||
*.bak
|
||||
*bak.*
|
||||
Reference in New Issue
Block a user