-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (27 loc) · 1.7 KB
/
Copy path.gitignore
File metadata and controls
34 lines (27 loc) · 1.7 KB
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
30
31
32
33
34
# SentinelNode — .gitignore
# ── Secrets — NEVER commit these ─────────────────────────────────────────────
.env
.env.local
.env.*.local
# ── Node ─────────────────────────────────────────────────────────────────────
node_modules/
dist/
*.log
logs/
# ── Rust ─────────────────────────────────────────────────────────────────────
target/
Cargo.lock # remove this line if rust-core becomes a library crate
# ── Database ──────────────────────────────────────────────────────────────────
data/
*.db
*.sqlite
# ── OS noise ──────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db
# ── Editor ───────────────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
# ── Claude Code ───────────────────────────────────────────────────────────────
.claude/