.gitignore 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. !*
  2. #################
  3. ## Eclipse
  4. #################
  5. *.pydevproject
  6. .project
  7. .metadata
  8. bin/
  9. tmp/
  10. *.tmp
  11. *.bak
  12. *.swp
  13. *~.nib
  14. project.fragment.lock.json
  15. project.lock.json
  16. local.properties
  17. .classpath
  18. .settings/
  19. .loadpath
  20. # External tool builders
  21. .externalToolBuilders/
  22. # Locally stored "Eclipse launch configurations"
  23. *.launch
  24. # CDT-specific
  25. .cproject
  26. # PDT-specific
  27. .buildpath
  28. #################
  29. ## Media Browser
  30. #################
  31. ProgramData*/
  32. CorePlugins*/
  33. ProgramData-Server*/
  34. ProgramData-UI*/
  35. #################
  36. ## Visual Studio
  37. #################
  38. ## Ignore Visual Studio temporary files, build results, and
  39. ## files generated by popular Visual Studio add-ons.
  40. # User-specific files
  41. *.suo
  42. *.user
  43. *.sln.docstates
  44. # Build results
  45. [Dd]ebug/
  46. [Rr]elease/
  47. build/
  48. [Bb]in/
  49. [Oo]bj/
  50. # MSTest test Results
  51. [Tt]est[Rr]esult*/
  52. [Bb]uild[Ll]og.*
  53. *_i.c
  54. *_p.c
  55. *.ilk
  56. *.meta
  57. *.obj
  58. *.pch
  59. *.pdb
  60. *.pgc
  61. *.pgd
  62. *.rsp
  63. *.sbr
  64. *.tlb
  65. *.tli
  66. *.tlh
  67. *.tmp
  68. *.tmp_proj
  69. *.log
  70. *.vspscc
  71. *.vssscc
  72. .builds
  73. *.pidb
  74. *.log
  75. *.scc
  76. *.scc
  77. *.psess
  78. *.vsp
  79. *.vspx
  80. *.orig
  81. *.rej
  82. *.sdf
  83. *.opensdf
  84. *.ipch
  85. # Visual C++ cache files
  86. ipch/
  87. *.aps
  88. *.ncb
  89. *.opensdf
  90. *.sdf
  91. *.cachefile
  92. # Visual Studio profiler
  93. *.psess
  94. *.vsp
  95. *.vspx
  96. # Guidance Automation Toolkit
  97. *.gpState
  98. # ReSharper is a .NET coding add-in
  99. _ReSharper*/
  100. *.[Rr]e[Ss]harper
  101. # TeamCity is a build add-in
  102. _TeamCity*
  103. # DotCover is a Code Coverage Tool
  104. *.dotCover
  105. # NCrunch
  106. *.ncrunch*
  107. .*crunch*.local.xml
  108. # Installshield output folder
  109. [Ee]xpress/
  110. # DocProject is a documentation generator add-in
  111. DocProject/buildhelp/
  112. DocProject/Help/*.HxT
  113. DocProject/Help/*.HxC
  114. DocProject/Help/*.hhc
  115. DocProject/Help/*.hhk
  116. DocProject/Help/*.hhp
  117. DocProject/Help/Html2
  118. DocProject/Help/html
  119. # Click-Once directory
  120. publish/
  121. # Publish Web Output
  122. *.Publish.xml
  123. *.pubxml
  124. # NuGet Packages Directory
  125. ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
  126. # packages/
  127. dlls/
  128. dllssigned/
  129. # Windows Azure Build Output
  130. csx
  131. *.build.csdef
  132. # Windows Store app package directory
  133. AppPackages/
  134. # Others
  135. sql/
  136. *.Cache
  137. ClientBin/
  138. [Ss]tyle[Cc]op.*
  139. ~$*
  140. *~
  141. *.dbmdl
  142. *.[Pp]ublish.xml
  143. *.publishsettings
  144. # RIA/Silverlight projects
  145. Generated_Code/
  146. # Backup & report files from converting an old project file to a newer
  147. # Visual Studio version. Backup files are not needed, because we have git ;-)
  148. _UpgradeReport_Files/
  149. Backup*/
  150. UpgradeLog*.XML
  151. UpgradeLog*.htm
  152. # SQL Server files
  153. App_Data/*.mdf
  154. App_Data/*.ldf
  155. #############
  156. ## Windows detritus
  157. #############
  158. # Windows image file caches
  159. Thumbs.db
  160. ehthumbs.db
  161. # Folder config file
  162. Desktop.ini
  163. # Recycle Bin used on file shares
  164. $RECYCLE.BIN/
  165. # Mac crap
  166. .DS_Store
  167. #############
  168. ## Python
  169. #############
  170. *.py[co]
  171. # Packages
  172. *.egg
  173. *.egg-info
  174. build/
  175. eggs/
  176. parts/
  177. var/
  178. sdist/
  179. develop-eggs/
  180. .installed.cfg
  181. # Installer logs
  182. pip-log.txt
  183. # Unit test / coverage reports
  184. .coverage
  185. .tox
  186. #Translations
  187. *.mo
  188. #Mr Developer
  189. .mr.developer.cfg
  190. MediaBrowser.WebDashboard/dashboard-ui/.idea/
  191. /.vs
  192. ##########
  193. # Rider
  194. ##########
  195. .idea/
  196. #########################
  197. # Debian build artifacts
  198. #########################
  199. debian/.debhelper/
  200. debian/files
  201. debian/jellyfin.substvars
  202. debian/jellyfin/
  203. # Don't ignore the debian/bin folder
  204. !debian/bin/