diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-08 03:54:55 +0000 |
| commit | 20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch) | |
| tree | 2857f41513a56ad41af97b57362639298aa7f033 /.gitignore | |
#2
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8364e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Build artifacts +build/ +build-*/ +bin/ +out/ +logs/ +data/ +local/* +!local/README.md +local/hybbx.ini +share/keys/ +shared/keys/ +share/data-proxy/ +share/data-secondary/ +cmake-build-*/ +.cursor/cache/ + +# IDE +.idea/ +.vscode/ +*.swp +compile_commands.json + +# OS +.DS_Store +Thumbs.db + +# vault/agent — never ship +AGENT-INDEX.md |
