38 lines
722 B
Plaintext
38 lines
722 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/
|
|
.idea/
|
|
*.lscache
|
|
|
|
/.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/
|