-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
97 lines (78 loc) · 1.25 KB
/
.gitignore
File metadata and controls
97 lines (78 loc) · 1.25 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
# Build results
[Bb]in/
[Oo]bj/
[Oo]ut/
[Ll]og/
[Ll]ogs/
# Visual Studio
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates
*.userprefs
# Rider
.idea/
*.sln.iml
# NuGet
*.nupkg
*.snupkg
packages/
*.nuget.props
*.nuget.targets
# Build
msbuild.log
msbuild.err
msbuild.wrn
# Test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
TestResult.xml
coverage*.xml
coverage*.json
*.coverage
*.coveragexml
# OS
.DS_Store
Thumbs.db
# JetBrains Rider
*.sln.iml
# Claude Code settings (local)
.claude/settings.local.json
*.local.json
# Temporary artifacts (testing, exports, logs)
tmp/
nul
data.zip
/data/
schema.xml
# Code coverage
coverage/
# Local environment secrets
.env.local
.env.*.local
# Test fixtures build output (copied by post-build target)
tests/PPDS.LiveTests/TestData/*.dll
tests/PPDS.LiveTests/TestData/*.pdb
tests/PPDS.LiveTests/TestData/registrations.json
# Test data files (should not be in source control)
cities.csv
cities.json
states.csv
states.json
# Gemini AI config (personal)
.gemini/
*.log
# Node
node_modules/
# VS Code Extension test artifacts
src/PPDS.Extension/test-results/
src/PPDS.Extension/playwright-report/
.vscode-test/
# TUI verify tool session/log files
.tui-verify-session.json
.tui-verify-daemon.log
# Git worktrees
.worktrees/
.muse/
.dotnet