5b098c3818
Expanded .gitignore to cover more build artifacts. Updated publish profiles to use "Windows Deployment (Bridge)" and changed publish URLs to "Jellyfin-win". Cleaned up old profile user files and added new Windows deployment profiles. Adjusted test project references to exclude runtime assets and prevent copying.
22 lines
456 B
Plaintext
22 lines
456 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/ |