summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
commit20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch)
tree2857f41513a56ad41af97b57362639298aa7f033 /.gitignore
#2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
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
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com