-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (68 loc) · 1001 Bytes
/
.gitignore
File metadata and controls
84 lines (68 loc) · 1001 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
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
# Retry state files (created in /tmp)
/tmp/speckit_retry_*
# Isolated settings files (user-specific)
.claude/
.opencode/
opencode.json
# .claude/
specs/
# Test results and temporary files
tests/results/
tests/temp/
*.bats.tmp
# macOS
.DS_Store
# Windows
Thumbs.db
# Linux
*~
# Editor files
*.swp
*.swo
*.tmp
.vscode/
.idea/
# Logs
*.log
# Local environment
.env*
# Node modules (if using npm for bats)
node_modules/
package-lock.json
.specify
# Ignore .autospec except for the constitution
.autospec/*
!.autospec/constitution.yaml
!.autospec/memory/
.autospec/memory/*
!.autospec/memory/constitution.yaml
.serena
# Go binary outputs
/autospec
/autospec-extract
bin/
dist/
vendor/
*.exe
*.test
*.out
coverage.txt
cover.out
*.prof
# Generated release notes
.release/notes.md
# Go build cache
.cache/
install-dev.sh
.dev/
tasks/
.release/
.grepai/
.agents/skills/polish/
.agents/skills/release/
.worktrees/
# Dolt database files (added by bd init)
.dolt/
*.db
# Demo assets (WIP)
assets/