chore: prepare for v2.0 release

- Remove bin/obj/publish from git tracking
- Update .gitignore for .NET project (source only)
- Add release.ps1 local publish script (replaces Gitea workflow)
- Remove .gitea/workflows/release.yml
- Fix duplicate group names to show library names
- Fix HTML export to show Name column in duplicates report
- Fix consolidated permissions HTML to show folder/library names

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dev
2026-04-09 16:42:12 +02:00
parent 10e5ae9125
commit f41172c398
2038 changed files with 174 additions and 18357 deletions

30
.gitignore vendored
View File

@@ -1,10 +1,20 @@
.claude
*.html
*.json
!lang/
!lang/*.json
!.planning/
!.planning/**
!wiki/
!wiki/*.html
!wiki/*.md
# Build outputs
bin/
obj/
publish/
# IDE
.vs/
*.user
*.suo
# Claude Code
.claude/
# OS
Thumbs.db
Desktop.ini
# Secrets
*.pfx
appsettings.*.json