.gitignore 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. # ---> VisualStudio
  2. ## Ignore Visual Studio temporary files, build results, and
  3. ## files generated by popular Visual Studio add-ons.
  4. # User-specific files
  5. *.suo
  6. *.user
  7. *.userosscache
  8. *.sln.docstates
  9. # User-specific files (MonoDevelop/Xamarin Studio)
  10. *.userprefs
  11. # Build results
  12. [Dd]ebug/
  13. [Dd]ebugPublic/
  14. [Rr]elease/
  15. [Rr]eleases/
  16. x64/
  17. x86/
  18. build/
  19. bld/
  20. [Bb]in/
  21. [Oo]bj/
  22. # Visual Studio 2015 cache/options directory
  23. .vs/
  24. # Uncomment if you have tasks that create the project's static files in wwwroot
  25. #wwwroot/
  26. # MSTest test Results
  27. [Tt]est[Rr]esult*/
  28. [Bb]uild[Ll]og.*
  29. # NUNIT
  30. *.VisualState.xml
  31. TestResult.xml
  32. # Build Results of an ATL Project
  33. [Dd]ebugPS/
  34. [Rr]eleasePS/
  35. dlldata.c
  36. # DNX
  37. project.lock.json
  38. artifacts/
  39. *_i.c
  40. *_p.c
  41. *_i.h
  42. *.ilk
  43. *.meta
  44. *.obj
  45. *.pch
  46. *.pdb
  47. *.pgc
  48. *.pgd
  49. *.rsp
  50. *.sbr
  51. *.tlb
  52. *.tli
  53. *.tlh
  54. *.tmp
  55. *.tmp_proj
  56. *.log
  57. *.vspscc
  58. *.vssscc
  59. .builds
  60. *.pidb
  61. *.svclog
  62. *.scc
  63. # Chutzpah Test files
  64. _Chutzpah*
  65. # Visual C++ cache files
  66. ipch/
  67. *.aps
  68. *.ncb
  69. *.opensdf
  70. *.sdf
  71. *.cachefile
  72. # Visual Studio profiler
  73. *.psess
  74. *.vsp
  75. *.vspx
  76. *.sap
  77. # TFS 2012 Local Workspace
  78. $tf/
  79. # Guidance Automation Toolkit
  80. *.gpState
  81. # ReSharper is a .NET coding add-in
  82. _ReSharper*/
  83. *.[Rr]e[Ss]harper
  84. *.DotSettings.user
  85. # JustCode is a .NET coding add-in
  86. .JustCode
  87. # TeamCity is a build add-in
  88. _TeamCity*
  89. # DotCover is a Code Coverage Tool
  90. *.dotCover
  91. # NCrunch
  92. _NCrunch_*
  93. .*crunch*.local.xml
  94. nCrunchTemp_*
  95. # MightyMoose
  96. *.mm.*
  97. AutoTest.Net/
  98. # Web workbench (sass)
  99. .sass-cache/
  100. # Installshield output folder
  101. [Ee]xpress/
  102. # DocProject is a documentation generator add-in
  103. DocProject/buildhelp/
  104. DocProject/Help/*.HxT
  105. DocProject/Help/*.HxC
  106. DocProject/Help/*.hhc
  107. DocProject/Help/*.hhk
  108. DocProject/Help/*.hhp
  109. DocProject/Help/Html2
  110. DocProject/Help/html
  111. # Click-Once directory
  112. publish/
  113. # Publish Web Output
  114. *.[Pp]ublish.xml
  115. *.azurePubxml
  116. # TODO: Comment the next line if you want to checkin your web deploy settings
  117. # but database connection strings (with potential passwords) will be unencrypted
  118. *.pubxml
  119. *.publishproj
  120. # NuGet Packages
  121. *.nupkg
  122. # The packages folder can be ignored because of Package Restore
  123. **/packages/*
  124. # except build/, which is used as an MSBuild target.
  125. !**/packages/build/
  126. # Uncomment if necessary however generally it will be regenerated when needed
  127. #!**/packages/repositories.config
  128. # Windows Azure Build Output
  129. csx/
  130. *.build.csdef
  131. # Windows Store app package directory
  132. AppPackages/
  133. # Visual Studio cache files
  134. # files ending in .cache can be ignored
  135. *.[Cc]ache
  136. # but keep track of directories ending in .cache
  137. !*.[Cc]ache/
  138. # Others
  139. ClientBin/
  140. [Ss]tyle[Cc]op.*
  141. ~$*
  142. *~
  143. *.dbmdl
  144. *.dbproj.schemaview
  145. *.pfx
  146. *.publishsettings
  147. node_modules/
  148. orleans.codegen.cs
  149. # RIA/Silverlight projects
  150. Generated_Code/
  151. # Backup & report files from converting an old project file
  152. # to a newer Visual Studio version. Backup files are not needed,
  153. # because we have git ;-)
  154. _UpgradeReport_Files/
  155. Backup*/
  156. UpgradeLog*.XML
  157. UpgradeLog*.htm
  158. # SQL Server files
  159. *.mdf
  160. *.ldf
  161. # Business Intelligence projects
  162. *.rdl.data
  163. *.bim.layout
  164. *.bim_*.settings
  165. # Microsoft Fakes
  166. FakesAssemblies/
  167. # Node.js Tools for Visual Studio
  168. .ntvs_analysis.dat
  169. # Visual Studio 6 build log
  170. *.plg
  171. # Visual Studio 6 workspace options file
  172. *.opt
  173. # Visual Studio LightSwitch build output
  174. **/*.HTMLClient/GeneratedArtifacts
  175. **/*.DesktopClient/GeneratedArtifacts
  176. **/*.DesktopClient/ModelManifest.xml
  177. **/*.Server/GeneratedArtifacts
  178. **/*.Server/ModelManifest.xml
  179. _Pvt_Extensions
  180. # ---> C Sharp
  181. # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
  182. [Bb]in/
  183. [Oo]bj/
  184. # mstest test results
  185. TestResults
  186. ## Ignore Visual Studio temporary files, build results, and
  187. ## files generated by popular Visual Studio add-ons.
  188. # User-specific files
  189. *.suo
  190. *.user
  191. *.sln.docstates
  192. # Build results
  193. [Dd]ebug/
  194. [Rr]elease/
  195. x64/
  196. *_i.c
  197. *_p.c
  198. *.ilk
  199. *.meta
  200. *.obj
  201. *.pch
  202. *.pdb
  203. *.pgc
  204. *.pgd
  205. *.rsp
  206. *.sbr
  207. *.tlb
  208. *.tli
  209. *.tlh
  210. *.tmp
  211. *.log
  212. *.vspscc
  213. *.vssscc
  214. .builds
  215. # Visual C++ cache files
  216. ipch/
  217. *.aps
  218. *.ncb
  219. *.opensdf
  220. *.sdf
  221. # Visual Studio profiler
  222. *.psess
  223. *.vsp
  224. *.vspx
  225. # Guidance Automation Toolkit
  226. *.gpState
  227. # ReSharper is a .NET coding add-in
  228. _ReSharper*
  229. # NCrunch
  230. *.ncrunch*
  231. .*crunch*.local.xml
  232. # Installshield output folder
  233. [Ee]xpress
  234. # DocProject is a documentation generator add-in
  235. DocProject/buildhelp/
  236. DocProject/Help/*.HxT
  237. DocProject/Help/*.HxC
  238. DocProject/Help/*.hhc
  239. DocProject/Help/*.hhk
  240. DocProject/Help/*.hhp
  241. DocProject/Help/Html2
  242. DocProject/Help/html
  243. # Click-Once directory
  244. publish
  245. # Publish Web Output
  246. *.Publish.xml
  247. # NuGet Packages Directory
  248. packages
  249. # Windows Azure Build Output
  250. csx
  251. *.build.csdef
  252. # Windows Store app package directory
  253. AppPackages/
  254. # Others
  255. [Bb]in
  256. [Oo]bj
  257. sql
  258. TestResults
  259. [Tt]est[Rr]esult*
  260. *.Cache
  261. ClientBin
  262. [Ss]tyle[Cc]op.*
  263. ~$*
  264. *.dbmdl
  265. Generated_Code #added for RIA/Silverlight projects
  266. # Backup & report files from converting an old project file to a newer
  267. # Visual Studio version. Backup files are not needed, because we have git ;-)
  268. _UpgradeReport_Files/
  269. Backup*/
  270. UpgradeLog*.XML