Files
Jellyfin-Featured-plugin/.gitignore
oceans2alaska b988cdf8db 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
2026-03-23 08:25:56 -07:00

40 lines
340 B
Plaintext

# 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