mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
Updated .gitignore to remove duplications and add '_temp*' (#5142)
This commit is contained in:
parent
715274bcc7
commit
f705603211
1 changed files with 1 additions and 6 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -121,6 +121,7 @@ _artifacts
|
||||||
_rawPackage/
|
_rawPackage/
|
||||||
_dotTrace*
|
_dotTrace*
|
||||||
_tests/
|
_tests/
|
||||||
|
_temp*
|
||||||
*.Result.xml
|
*.Result.xml
|
||||||
coverage*.xml
|
coverage*.xml
|
||||||
coverage*.json
|
coverage*.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