-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (48 loc) · 996 Bytes
/
.gitignore
File metadata and controls
54 lines (48 loc) · 996 Bytes
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
.DS_Store
.config/fish/fish_variables
*.swp
*.swo
*.bak
.intellimacs/.git
.gitconfig
# Nvim
.config/nvim/tt.*
.config/nvim/.tests
.config/nvim/doc/tags
.config/nvim/debug
.config/nvim/.repro
.config/nvim/foo.*
.config/nvim/data
# OpenCode
.config/opencode/node_modules/
.config/opencode/lib/
.config/opencode/.env*
.config/opencode/bun.lock
.config/opencode/package.json
.config/opencode/antigravity-accounts.json
# Common
*.log
.config/opencode/plugin/confirmo-plugin.ts
.config/opencode/kiro.*
# Pi agent
.pi/.DS_Store
.pi/agent/sessions/
.pi/agent/bin/
.pi/agent/auth.json
.pi/agent/extensions/node_modules
.pi/agent/extensions/*/node_modules
# External repos for soft-linking
external/
# PI plans
*plans
*todos
.pi/agent/mcp-cache.json
/.agents/.skill-lock.json
/.pi/web-search.json
/.pi/agent/run-history.jsonl
/.pi/exa-usage.json
/.pi/agent/pi-stash.json
/.config/herdr/session.json
/.config/herdr/release-notes.json
/.config/opencode/agentshell-config.json
/.config/opencode/plugins