Add .gitignore for runtime data and build artifacts
This commit is contained in:
parent
3ccac77116
commit
c99dd09d8a
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Runtime data files (backed up by rsync, not by git)
|
||||||
|
data/heartbeat.jsonl
|
||||||
|
data/ledger.jsonl
|
||||||
|
data/queue.jsonl
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
_build/
|
||||||
|
deps/
|
||||||
Loading…
Reference in New Issue
Block a user