chore: ignore debug artifacts and runtime intermediate files
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -12,6 +12,15 @@
|
|||||||
/bin/
|
/bin/
|
||||||
/*.exe
|
/*.exe
|
||||||
/*.exe~
|
/*.exe~
|
||||||
|
**/__debug_bin*
|
||||||
|
|
||||||
|
# Runtime artifacts
|
||||||
|
/workspace/agent_runtime/
|
||||||
|
/data/*.db
|
||||||
|
/data/*.db-*
|
||||||
|
|
||||||
|
# VS Code debug artifacts
|
||||||
|
/.vscode/*.log
|
||||||
|
|
||||||
# Editor temp files
|
# Editor temp files
|
||||||
*~
|
*~
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user