Sonarr/.gitignore

165 lines
2.1 KiB
Plaintext
Raw Normal View History

2012-12-20 21:48:14 +00:00
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2013-11-24 01:48:22 +00:00
src/**/[Bb]in/
src/**/[Oo]bj/
2010-09-24 16:27:36 +00:00
2012-12-20 21:48:14 +00:00
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
2010-09-23 03:19:47 +00:00
*.user
2012-12-20 21:48:14 +00:00
*.sln.docstates
.vs/
2012-12-20 21:48:14 +00:00
# Build results
2010-09-24 16:27:36 +00:00
*_i.c
*_p.c
2012-12-20 21:48:14 +00:00
*.ilk
*.meta
*.obj
*.pch
*.pdb
2012-12-20 21:48:14 +00:00
*.pgc
*.pgd
*.rsp
*.sbr
2010-09-24 16:27:36 +00:00
*.tlb
2012-12-20 21:48:14 +00:00
*.tli
2010-09-24 16:27:36 +00:00
*.tlh
2012-12-20 21:48:14 +00:00
*.tmp
2010-09-24 16:27:36 +00:00
*.log
2012-12-20 21:48:14 +00:00
*.vspscc
*.vssscc
.builds
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# ReSharper is a .NET coding add-in
_ReSharper*
2014-05-24 18:01:50 +00:00
_dotCover*
2012-12-20 21:48:14 +00:00
# DevExpress CodeRush
src/.cr/
2019-08-28 21:12:21 +00:00
# Emacs
*~
\#*\#
2012-12-20 21:48:14 +00:00
# NCrunch
*.ncrunch*
.*crunch*.local.xml
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish
# Publish Web Output
*.Publish.xml
# NuGet Packages Directory
packages
# Windows Azure Build Output
csx
*.build.csdef
# Windows Store app package directory
AppPackages/
# Others
TestResults
[Tt]est[Rr]esult*
*.Cache
ClientBin
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
UpgradeLog*.XML
# SQL Server files
App_Data/*.mdf
App_Data/*.ldf
# Git Files
*.orig
2012-12-20 21:48:14 +00:00
# Tools
_NCrunch_*
2012-10-26 04:20:50 +00:00
_TeamCity*
2012-12-20 21:48:14 +00:00
2015-08-03 05:22:22 +00:00
# Sonarr
2012-12-20 21:48:14 +00:00
config.xml
nzbdrone.log*txt
UpdateLogs/
2013-02-16 00:49:25 +00:00
*workspace.xml
*.test-cache
*.userprefs
*/test-results/*
2015-08-03 05:22:22 +00:00
src/UI/.idea/*
2013-02-28 06:59:08 +00:00
*log.txt
2013-03-22 23:39:08 +00:00
node_modules/
2013-08-24 00:15:23 +00:00
_output*
_artifacts
_rawPackage/
2013-05-01 04:55:46 +00:00
_dotTrace*
2019-09-12 20:50:16 +00:00
_tests*
_publish*
_temp*
2013-11-23 20:48:19 +00:00
*.Result.xml
coverage*.xml
coverage*.json
2013-11-26 05:34:53 +00:00
setup/Output/
*.~is
.mono
2013-11-28 20:51:40 +00:00
#VS outout folders
bin
obj
2015-02-03 01:18:45 +00:00
output/*
2015-06-18 05:28:02 +00:00
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json
# Packages
Sonarr_*/
Sonarr_*.zip
Sonarr_*.gz
gecko.zip
geckodriver.exe
2015-06-18 05:28:02 +00:00
#OS X metadata files
._*
2017-12-31 12:13:02 +00:00
.DS_Store
_start
_temp_*/**/*
# Windows thumbnail cache files
Thumbs.db
2017-01-04 02:30:21 +00:00
src/.idea/
/distribution/windows/setup/output/*
2022-07-16 23:18:48 +00:00
# API doc generation
.config/