-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
103 lines (99 loc) · 1.53 KB
/
Copy path.gitignore
File metadata and controls
103 lines (99 loc) · 1.53 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.buildpath
.hgignore.swp
.project
.orig
.swp
.idea/
.settings/
.vscode/
vendor/
bin/
**/.DS_Store
.test/
cmd/gf/main
cmd/gf/gf
temp/
example/log
go.work
go.work.sum
!cmd/gf/go.work
.windsurfrules
# =============================================================================
# Agent private project directories
# Managed locally by `gf agents` / `make agents`.
# Sources live under .agents/skills and .agents/prompts; per-tool symlinks
# created at the repo root must not be committed.
# =============================================================================
/.adal/
/.aider-desk/
/.augment/
/.autohand/
/.bob/
/.claude/
/.codeartsdoer/
/.codebuddy/
/.codemaker/
/.codestudio/
/.codex/
/.commandcode/
/.continue/
/.cortex/
/.crush/
/.cursor/
/.devin/
/.factory/
/.forge/
/.gemini/
/.goose/
/.grok/
/.hermes/
/.iflow/
/.inferencesh/
/.jazz/
/.junie/
/.kilocode/
/.kiro/
/.kode/
/.lingma/
/.mcpjam/
/.moxby/
/.mux/
/.neovate/
/.ona/
/.openhands/
/.pi/
/.pochi/
/.qoder/
/.qwen/
/.reasonix/
/.roo/
/.rovodev/
/.tabnine/
/.terramind/
/.tinycloud/
/.trae/
/.vibe/
/.windsurf/
/.zencoder/
# rootCollision agent (openclaw) — only created with explicit AGENT=openclaw FORCE=1.
# Ignored to keep an opt-in symlink from polluting the repo root if a user enables it.
/skills
# AGENTS.md is the only truth; per-tool guide files are local symlinks.
/CLAUDE.md
/GEMINI.md
/CRUSH.md
/IFLOW.md
/QWEN.md
/TABNINE.md
/CONVENTIONS.md
/.augment-guidelines
/.continuerules
# Ignore for docs
openspec/
localdocs/
node_modules
.docusaurus
output
.example/
.golangci.bck.yml
*.exe