-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (43 loc) · 863 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (43 loc) · 863 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
bin/
obj/
*.user
*.rsuser
*.suo
*.cache
*.pdb
*.userprefs
*.vs/
.claude/
.fake
.backup/
# All test/build outputs go to artifacts/ - never to repo root
# See CLAUDE.md "Test Output Conventions" for details
artifacts/
# Explicitly forbid root-level test outputs (should go to artifacts/)
TestResults/
coverage/
coverage-*/
!.github/coverage-manifest/
!docs/coverage/
BenchmarkDotNet.Artifacts/
**/TestResults/
**/coverage.cobertura.xml
# Script logs and analysis reports
*.log
analyzer-report.json
*.sarif
# Documentation build outputs
docs/internal
docs/MutationPlanPause.md
docs/ZeroExceptionsInitiative.md
docs/_site/
docs/api/
# DocFX intermediate artifacts (generated during CI, never committed)
docs/_api-build/
# Environment files (may contain secrets)
.env
.env.local
.env.*.local
# Claude Code temporary files
.claude/settings.local.json
tmpclaude-*