cc870ead29
Major improvements to the Jellyfin PostgreSQL Windows installer: - Added build-installer.ps1 (PowerShell automation) - Added jellyfin-setup.iss (Inno Setup script) and jellyfin.ico - Added detailed installer guides and quick start docs - Fixed startup.json defaults: removed old file, ensured Windows paths - Updated .gitignore for installer-output and publish profiles - Installer now supports service install, firewall setup, and PostgreSQL config wizard - Documentation covers both quick and production-grade workflows
30 lines
591 B
Plaintext
30 lines
591 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/
|
|
/Properties/PublishProfiles/
|
|
Properties/PublishProfiles/ |