.gitignore 4.9 KB

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