Update gitignore

pull/4544/head
ta264 4 years ago
parent 747f4c87d3
commit 1dd0df58ca

32
.gitignore vendored

@ -11,6 +11,7 @@ src/**/[Oo]bj/
*.user *.user
*.sln.docstates *.sln.docstates
.vs/ .vs/
.vscode/
# Build results # Build results
*_i.c *_i.c
@ -45,6 +46,10 @@ _dotCover*
# DevExpress CodeRush # DevExpress CodeRush
src/.cr/ src/.cr/
# Emacs
*~
\#*\#
# NCrunch # NCrunch
*.ncrunch* *.ncrunch*
.*crunch*.local.xml .*crunch*.local.xml
@ -80,7 +85,6 @@ TestResults
[Tt]est[Rr]esult* [Tt]est[Rr]esult*
*.Cache *.Cache
ClientBin ClientBin
[Ss]tyle[Cc]op.*
~$* ~$*
*.dbmdl *.dbmdl
Generated_Code #added for RIA/Silverlight projects Generated_Code #added for RIA/Silverlight projects
@ -102,40 +106,44 @@ _NCrunch_*
_TeamCity* _TeamCity*
# Radarr # Radarr
Backups/
logs/
#MediaCover/
UpdateLogs/
xdg/
config.xml config.xml
logs.db* nzbdrone.log*txt
nzbdrone.db* UpdateLogs/
nzbdrone.pid
*workspace.xml *workspace.xml
*.test-cache *.test-cache
*.userprefs *.userprefs
*/test-results/* */test-results/*
src/UI/.idea/* src/UI/.idea/*
*log.txt
node_modules/ node_modules/
_output* _output*
_artifacts
_rawPackage/ _rawPackage/
_dotTrace* _dotTrace*
_tests/ _tests/
*.Result.xml *.Result.xml
coverage*.xml
coverage*.json
setup/Output/ setup/Output/
*.~is *.~is
UI.Phantom/
# VS outout folders # VS outout folders
bin bin
obj obj
output/* output/*
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json
# Packages # Packages
Radarr_*/ Radarr_*/
Radarr_*.zip Radarr_*.zip
Radarr_*.gz Radarr_*.gz
gecko.zip
geckodriver.exe
# macOS metadata files # macOS metadata files
._* ._*
@ -163,6 +171,8 @@ packages.config.md5sum
**/.idea/**/tasks.xml **/.idea/**/tasks.xml
**/.idea/shelf/* **/.idea/shelf/*
**/.idea/dictionaries **/.idea/dictionaries
**/.idea/.idea.Radarr.Posix
**/.idea/.idea.Radarr.Windows
# Sensitive or high-churn files # Sensitive or high-churn files
**/.idea/**/dataSources/ **/.idea/**/dataSources/

Loading…
Cancel
Save