mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 13:02:23 -07:00
Updated .gitignore to remove duplications and add _temp, in line with sonarr .gitignore
This commit is contained in:
parent
af6c0cc6f5
commit
c491e4b461
1 changed files with 1 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -132,6 +132,7 @@ setup/Output/
|
||||||
bin
|
bin
|
||||||
obj
|
obj
|
||||||
output/*
|
output/*
|
||||||
|
_temp*
|
||||||
|
|
||||||
# .NET Core
|
# .NET Core
|
||||||
project.lock.json
|
project.lock.json
|
||||||
|
@ -139,12 +140,6 @@ project.fragment.lock.json
|
||||||
artifacts/
|
artifacts/
|
||||||
**/Properties/launchSettings.json
|
**/Properties/launchSettings.json
|
||||||
|
|
||||||
#VS outout folders
|
|
||||||
bin
|
|
||||||
obj
|
|
||||||
output/*
|
|
||||||
|
|
||||||
|
|
||||||
# macOS metadata files
|
# macOS metadata files
|
||||||
._*
|
._*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue