Files
pgsql-jellyfin/.gitignore
T
wjones 61c71c1882 Update installer: add docs, scripts, and Start Menu tools
- Expanded [Files] section to include key documentation and PowerShell/batch scripts for database management
- Fixed INSTALLER_GUIDE.md path and improved file organization in installer script
- Added Start Menu shortcuts for documentation and database tools
- Updated .gitignore to track wwwroot/*
- Changed .csproj.user to use a relative publish profile name
- Added INSTALLER_NEEDS_UPDATE.md and INSTALLER_UPDATE_COMPLETE.md for documentation and change tracking
- Improves user onboarding, support, and maintainability
2026-02-28 16:45:58 -05:00

36 lines
705 B
Plaintext

################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
# Visual Studio temporary files and build products
[Dd]ebug/
[Rr]elease/
[Bb]in/
[Oo]bj/
/.vs/Jellyfin
/.vs
**/obj/
**/[Dd]ebug/
**/[Rr]elease/
**/[Bb]in/
*.deps.json
*.runtimeconfig.json
*.dll
*.pdb
bin/
obj/
# Centralized lib output folder
/lib/
lib/
/installer-output/
installer-output/
/wwwroot/*
wwwroot/*
# Publish profiles (anywhere in project)
/Properties/PublishProfiles/
Properties/PublishProfiles/
**/PublishProfiles/
**/Properties/PublishProfiles/