.gitignore
21 lines 193 B
Raw
sha256:e3574dcaff08ff0d4a7d80b81c9d7c720727f3aa6e4e062e39224019e2f761c9 Initial seed: CLI-first Knowtation with SKILL.md, vault, and docs Agent 136 days ago
1 # Config and secrets
2 config/local.yaml
3 config/*-local.*
4 .env
5 .env.*
6
7 # Data
8 data/
9 *.db
10 *.sqlite
11
12 # Obsidian
13 vault/.obsidian/workspace*
14 vault/.trash/
15
16 # Node
17 node_modules/
18
19 # OS
20 .DS_Store
21 *.log
File History 1 commit
sha256:e3574dcaff08ff0d4a7d80b81c9d7c720727f3aa6e4e062e39224019e2f761c9 Initial seed: CLI-first Knowtation with SKILL.md, vault, and docs Agent 136 days ago