1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 08:42:19 +02:00
Sonarr/.gitignore

165 lines
2.1 KiB
Plaintext
Raw Normal View History

2012-12-21 00:48:14 +03:00
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2013-11-24 04:48:22 +03:00
src/**/[Bb]in/
src/**/[Oo]bj/
2010-09-24 19:27:36 +03:00
2012-12-21 00:48:14 +03:00
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
2010-09-23 06:19:47 +03:00
*.user
2012-12-21 00:48:14 +03:00
*.sln.docstates
.vs/
2012-12-21 00:48:14 +03:00
# Build results
2010-09-24 19:27:36 +03:00
*_i.c
*_p.c
2012-12-21 00:48:14 +03:00
*.ilk
*.meta
*.obj
*.pch
*.pdb
2012-12-21 00:48:14 +03:00
*.pgc
*.pgd
*.rsp
*.sbr
2010-09-24 19:27:36 +03:00
*.tlb
2012-12-21 00:48:14 +03:00
*.tli
2010-09-24 19:27:36 +03:00
*.tlh
2012-12-21 00:48:14 +03:00
*.tmp
2010-09-24 19:27:36 +03:00
*.log
2012-12-21 00:48:14 +03:00
*.vspscc
*.vssscc
.builds
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# ReSharper is a .NET coding add-in
_ReSharper*
2014-05-24 21:01:50 +03:00
_dotCover*
2012-12-21 00:48:14 +03:00
# DevExpress CodeRush
src/.cr/
2019-08-28 23:12:21 +02:00
# Emacs
*~
\#*\#
2012-12-21 00:48:14 +03: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-21 00:48:14 +03:00
# Tools
_NCrunch_*
2012-10-26 07:20:50 +03:00
_TeamCity*
2012-12-21 00:48:14 +03:00
2015-08-03 07:22:22 +02:00
# Sonarr
2012-12-21 00:48:14 +03:00
config.xml
nzbdrone.log*txt
UpdateLogs/
2013-02-16 03:49:25 +03:00
*workspace.xml
*.test-cache
*.userprefs
*/test-results/*
2015-08-03 07:22:22 +02:00
src/UI/.idea/*
2013-02-28 09:59:08 +03:00
*log.txt
2013-03-23 02:39:08 +03:00
node_modules/
2013-08-24 03:15:23 +03:00
_output*
_artifacts
_rawPackage/
2013-05-01 07:55:46 +03:00
_dotTrace*
2019-09-12 22:50:16 +02:00
_tests*
_publish*
_temp*
2013-11-23 23:48:19 +03:00
*.Result.xml
coverage*.xml
coverage*.json
2013-11-26 08:34:53 +03:00
setup/Output/
*.~is
.mono
2013-11-28 23:51:40 +03:00
#VS outout folders
bin
obj
2015-02-03 03:18:45 +02:00
output/*
2015-06-18 07:28:02 +02: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 07:28:02 +02:00
#OS X metadata files
._*
2017-12-31 14:13:02 +02:00
.DS_Store
_start
_temp_*/**/*
# Windows thumbnail cache files
Thumbs.db
2017-01-04 04:30:21 +02:00
src/.idea/
/distribution/windows/setup/output/*
2022-07-17 01:18:48 +02:00
# API doc generation
.config/