summaryrefslogtreecommitdiff
path: root/.gitignore
blob: e8364e98cfa49607f6eb0c0c1c7f937cd9737f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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