-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (61 loc) · 1.21 KB
/
.gitignore
File metadata and controls
68 lines (61 loc) · 1.21 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
node_modules
doc-dependencies*
# Environment configuration
.env
.coding-agent/.env
.coding-agent/.env.sample
node_modules
.lint*.md
# Cache, tmp and backup files
.cache
.ace-local
ace-*/.ace-local
ace-*/.ace-hitl
*.bak
*.backup
*.backup.*
.ace-local/
.ace-hitl/
tmp
tmp/
**/test-reports
ace-*/coverage
coverage
# ace-taskflow test artifacts
ace-taskflow/.ace-taskflow/
*.tmp
*.diff
# tmux capture artifacts
tmux-*.log
# current path (task or release)
_current
# ace-prompt working files in task folders (generated by ace-prompt)
.ace-taskflow/**/prompts/the-prompt.md
.ace-taskflow/**/prompts/archive/
.ace-taskflow/**/prompts/_previous.md
# ace-review generated reviews in task folders
.ace-taskflow/**/reviews/
.ace-tasks/**/reviews/
# git - worktree
.ace-worktrees
.ace-wt
*.gem
# E2E test fixtures that may escape sandbox
# These patterns prevent accidental commits if sandbox isolation fails
/config.rb
/main.rb
/app.rb
/helper.rb
/to_delete.rb
/to_move.rb
# Environment/debug files that should never be committed
# These capture environment state and should use /tmp or .cache/ instead
/env_output.txt
/ls_*.txt
/*_test.txt
/*_output.txt
/*_version.txt
/which_*.txt
/ace_bundle_output.md
/project_context.md
/bundle_version.txt