-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (63 loc) · 1.69 KB
/
Copy path.gitignore
File metadata and controls
83 lines (63 loc) · 1.69 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
result
todotxtfmt/todotxtfmt
# Pre-commit config (auto-generated by git-hooks.nix)
.pre-commit-config.yaml
# Per-worktree direnv overrides
.envrc.local
# Injected only into the NUC's rsynced worktree so Nix can stamp the source HEAD.
.nuc-deploy-source-revision
# Runtime-only lease protecting an in-progress NUC deployment snapshot.
.nuc-deploy-active
# Home-manager managed files (prevent symlink issues)
config/jj/config.toml
# Bugwarrior UDAs: per-host files are tracked (see config/bugwarrior/UDAS.md)
# Regenerate: bugwarrior uda > config/taskwarrior/bugwarrior-udas-<hostname>.rc
# JJ workspaces and git worktrees
.jj-workspaces/
.workspaces/
workspaces/
.worktrees/
worktrees/
# Node.js dependencies (including Nix store symlinks)
**/node_modules
**/node_modules.bkup
/.opencode/package-lock.json
# Nextflow
.nextflow/
.nextflow.log*
work/
results/
.lineage
# bv (beads viewer) local config and caches
.bv/
# Ralph (AI agent workspace)
.ralph/
# Ergodox firmware build artifacts (built on-demand with nix)
config/ergodox/*.hex
config/ergodox/*.md5
# QMK firmware (if cloned manually)
qmk_firmware/
# Nightshift plan artifacts (keep out of version control)
.nightshift-plan
.pi/memory/
# Dolt database files (added by br init)
.dolt/
*.db
# Beads runtime files
.beads/*.pid
.beads/*.port
.beads/*.activity
.beads/.beads-credential-key
.beads/.br_history/
# Pi side-agent runtime/session state
.pi/side-agents/
.pi/worktrees/
# jscpd duplicate code detection reports
.jscpd-report/
# Private Neovim project aliases
config/nvim/lua/custom/private/obsidian-project-aliases.lua
# br doctor per-run artifacts
.doctor/
# Stray runtime/debug logs and generated skill artifacts
*.log
implementation-notes.html