Skip to content

Commit 487bfa2

Browse files
committed
Clean up repository and update to .NET 10 LTS
- Remove documentation files (ANALYZER.md, ANALYZER_DISCOVERY.md, CLAUDE.md) - Remove 126 test-generated PDF files from version control - Remove build-output.txt (build logs) - Update .gitignore to exclude test outputs, coverage results, and temp files - Update Dockerfile to use stable .NET 10 SDK instead of preview - Remove 'preview' tag from package metadata
1 parent 4b8adc2 commit 487bfa2

File tree

133 files changed

+31
-2583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+31
-2583
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,16 @@ ehthumbs.db
148148
TestResult.xml
149149
nunit-*.xml
150150

151-
ocr/
151+
ocr/
152+
153+
# Test outputs
154+
CreatePdf.NET.Tests/output/
155+
test_output.txt
156+
build-output.txt
157+
158+
# Coverage results
159+
coverage-results/
160+
coverage-check/
161+
162+
# Temporary files
163+
temp/

0 commit comments

Comments
 (0)