.gitignore 2.8 KB

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