Files
pgsql-jellyfin/.gitignore
T
wjones c51c14efde Docs: overhaul README, centralize docs, update .gitignore
- Rewrote README.md to highlight PostgreSQL features, installer, and migration, with quick start and full docs index
- Moved all markdown documentation files to docs/ for better organization; updated links accordingly
- Added .gitignore rules to exclude all PublishProfiles folders; removed tracked publish profile XMLs
- Preserved original README as README.original.md; added README_GENERATION.md and DOCUMENTATION_ORGANIZATION.md
- Cleaned root directory, improved navigation, and clarified platform-specific instructions
2026-02-26 15:50:19 -05:00

35 lines
685 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/
# Publish profiles (anywhere in project)
/Properties/PublishProfiles/
Properties/PublishProfiles/
**/PublishProfiles/
**/Properties/PublishProfiles/