.gitignore 4.9 KB

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