forked from KaBooMa/S1API
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (34 loc) · 632 Bytes
/
.gitignore
File metadata and controls
40 lines (34 loc) · 632 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
.idea/
*.dll
*.zip
obj/
bin/
*.user
.vs/
# Build props
local.*
ci.*
# Local assembly references
ScheduleOneAssemblies/
yt-series/
*.bin
nuget-upload.txt
AGENTS.md
.claude/
# DocFX
**/S1API/_site/
**/S1API/api/
**/S1API/.docfx/
**/.docfx/
**/docfx.json.bak
**/xrefmap.yml
# Coverage Analyzer outputs
tools/S1APICoverageAnalyzer/bin/
tools/S1APICoverageAnalyzer/obj/
tools/S1APICoverageAnalyzer/coverage-report.json
tools/S1APICoverageAnalyzer/coverage-report.txt
coverage-report.json
coverage-badge.md
coverage-chart.md
# Coverage history is tracked to show progress over time
!tools/S1APICoverageAnalyzer/coverage-history.json