Add plugin repository packaging and manifest metadata.

Include a .gitignore for .NET plugin development and a packaging script that produces Jellyfin-compatible zip artifacts with checksums and manifest updates for catalog installation.

Made-with: Cursor
This commit is contained in:
2026-03-23 08:25:56 -07:00
parent 1dbeb724fc
commit b988cdf8db
3 changed files with 216 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# Build outputs
bin/
obj/
artifacts/
# User-specific files
*.user
*.rsuser
*.suo
*.userprefs
# IDE/editor files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Logs and temp
*.log
*.tmp
*.temp
# .NET test and coverage artifacts
TestResults/
*.trx
*.coverage
*.coveragexml
coverage/
# NuGet
packages/
*.nupkg
*.snupkg