Updated .gitignore to remove duplications and add _temp, in line with sonarr .gitignore

This commit is contained in:
ManiMatter 2024-10-02 20:52:13 +02:00
parent af6c0cc6f5
commit c491e4b461

7
.gitignore vendored
View file

@ -132,6 +132,7 @@ setup/Output/
bin
obj
output/*
_temp*
# .NET Core
project.lock.json
@ -139,12 +140,6 @@ project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json
#VS outout folders
bin
obj
output/*
# macOS metadata files
._*
.DS_Store