.gitignore 2.8 KB

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