forked from anomalyco/opencode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (56 loc) · 955 Bytes
/
.gitignore
File metadata and controls
58 lines (56 loc) · 955 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
.DS_Store
node_modules
.worktrees
.sst
.env
.idea
.vscode
openapi.json
playground
tmp
**/logs/*.json
supercode
logs/*.log
# Test files and screenshots (temporary)
test-scalar*.js
scalar-*.png
*-test.png
*-test.js
.playwright-mcp/
.claude-trace/
web-client/dist/*
server.log
opencodetmp/*
.opencode/*
packages/tui/test-tui
.trash/
.serena/cache/**/*.pkl
# Test artifacts and temporary test files
test/test-artifacts/
test-artifacts/
**/test-artifacts/
**/test/artifacts/
test/*.js
test/*.json
test/*.txt
test/*.html
test/*.md
test/package.json
test-*.log
test-*.ts
test-*.js
validate-*.ts
validate-*.js
test-ui-simulation.log
**/logs/*.log
sdks/vscode/.vscode-test/*
sdks/vscode/out/*
packages/vscode-webview/dist/*
packages/vscode-webview/vscode-output/*
packages/vscode-webview/vscode-static/*
packages/vscode-webview/logs/*
packages/vscode-webview/.opencode/*
git-diff-viewer/**
.claude/**
output-prompts/**
packages/vscode-webview/test/screenshots/*