-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
82 lines (71 loc) · 1.41 KB
/
.gitignore
File metadata and controls
82 lines (71 loc) · 1.41 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
node_modules/
dist/
build/
*.log
.env
.env.local
coverage/
.vscode/
.idea/
*.swp
*.swo
.DS_Store
.nyc_output/
*.tsbuildinfo
.npmrc
# Slash command files (auto-generated by fspec init)
.claude/commands/fspec.md
.cursor/commands/fspec.md
.cline/commands/fspec.md
.windsurf/workflows/fspec.md
.aider/fspec.md
.github/prompts/fspec.md
.gemini/commands/fspec.toml
.qwen/commands/fspec.toml
.kilocode/rules/fspec.md
.roo/rules/fspec.md
.codebuddy/commands/fspec.md
.amazonq/prompts/fspec.md
.auggie/fspec.md
.opencode/command/fspec.md
.codex/prompts/fspec.md
.factory/commands/fspec.md
.crush/commands/fspec.md
# fspec config
spec/fspec-config.json
# Agent-specific documentation (auto-generated by fspec init)
spec/AGENTS.md
spec/CLAUDE.md
spec/CURSOR.md
spec/CLINE.md
spec/AIDER.md
spec/WINDSURF.md
spec/COPILOT.md
spec/GEMINI.md
spec/QWEN.md
spec/KILOCODE.md
spec/ROO.md
spec/CODEBUDDY.md
spec/AMAZONQ.md
spec/AUGGIE.md
spec/OPENCODE.md
spec/CODEX.md
spec/FACTORY.md
spec/CRUSH.md
# Cursor - https://www.cursor.com/
.cursor/
.cursor-tutor/
# Windsurf - https://codeium.com/windsurf
.windsurf/
# Cline (formerly Claude Dev) - https://github.com/cline/cline
.cline/
# Aider - https://aider.chat/
.aider*
.aider.chat.history.md
.aider.tags.cache.v3/
# Continue - https://www.continue.dev/
.continue/
# Roo Cline
.roo/
# GitHub Copilot (uses IDE settings, no project files)
# VS Code Copilot workspace state is in .vscode/ (already ignored)