-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (54 loc) · 969 Bytes
/
.gitignore
File metadata and controls
61 lines (54 loc) · 969 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
# samply
profile.json.gz
profile*.json.gz
profile*.json.syms.json
target/
.handoffs/
fuzz/**/.sand
fuzz/**/in/
fuzz/**/out/
fuzz/**/findings/
fuzz/**/target/
fuzz/**/.cur_input
fuzz/**/afl-out/
fuzz/**/afl-tmp/
# Node.js / Playwright
node_modules/
demos/browser-tests-client/test-results/
examples/browser_ws/playwright-report/
.cache
.dodeca.db
# TypeScript
typescript/dist/
typescript/packages/*/dist/
typescript/tests/*/dist/
typescript/playwright-report/
typescript/test-results/
typescript/**/playwright-report/
typescript/**/test-results/
# Go
go/**/subject-go
# Swift
/.build/
/.swiftpm/
/Package.resolved
swift/.build/
swift/.swiftpm/
swift/**/.build/
swift/**/.swiftpm/
.DS_Store
# Java
java/**/out/
# Claude Code local settings
.claude/settings.local.json
.claude/settings.json
.tracey/
*.sqlite*
# Coverage artifacts
.coverage/
*.profraw
.ship/
scripts/__pycache__/
rust-examples/bench_blocks_report.html
rust-examples/bench_gnarly_report.html
build/