.gitignore 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. ## Ignore Visual Studio temporary files, build results, and
  2. ## files generated by popular Visual Studio add-ons.
  3. ##
  4. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  5. # User-specific files
  6. *.suo
  7. *.user
  8. *.userosscache
  9. *.sln.docstates
  10. # User-specific files (MonoDevelop/Xamarin Studio)
  11. *.userprefs
  12. # Build results
  13. [Dd]ebug/
  14. [Dd]ebugPublic/
  15. [Rr]elease/
  16. [Rr]eleases/
  17. x64/
  18. x86/
  19. bld/
  20. [Bb]in/
  21. [Oo]bj/
  22. [Ll]og/
  23. # Visual Studio 2015/2017 cache/options directory
  24. .vs/
  25. # Uncomment if you have tasks that create the project's static files in wwwroot
  26. #wwwroot/
  27. # Visual Studio 2017 auto generated files
  28. Generated\ Files/
  29. # MSTest test Results
  30. [Tt]est[Rr]esult*/
  31. [Bb]uild[Ll]og.*
  32. # NUNIT
  33. *.VisualState.xml
  34. TestResult.xml
  35. # Build Results of an ATL Project
  36. [Dd]ebugPS/
  37. [Rr]eleasePS/
  38. dlldata.c
  39. # Benchmark Results
  40. BenchmarkDotNet.Artifacts/
  41. # .NET Core
  42. project.lock.json
  43. project.fragment.lock.json
  44. artifacts/
  45. **/Properties/launchSettings.json
  46. # StyleCop
  47. StyleCopReport.xml
  48. # Files built by Visual Studio
  49. *_i.c
  50. *_p.c
  51. *_i.h
  52. *.ilk
  53. *.meta
  54. *.bin
  55. *.Debug
  56. *.obj
  57. *.iobj
  58. *.pch
  59. *.pdb
  60. *.ipdb
  61. *.pgc
  62. *.pgd
  63. *.rsp
  64. *.sbr
  65. *.tlb
  66. *.tli
  67. *.tlh
  68. *.tmp
  69. *.tmp_proj
  70. *.log
  71. *.vspscc
  72. *.vssscc
  73. .builds
  74. *.pidb
  75. *.svclog
  76. *.scc
  77. # Chutzpah Test files
  78. _Chutzpah*
  79. # Visual C++ cache files
  80. ipch/
  81. *.aps
  82. *.ncb
  83. *.opendb
  84. *.opensdf
  85. *.sdf
  86. *.cachefile
  87. *.VC.db
  88. *.VC.VC.opendb
  89. # Visual Studio profiler
  90. *.psess
  91. *.vsp
  92. *.vspx
  93. *.sap
  94. # Visual Studio Trace Files
  95. *.e2e
  96. # TFS 2012 Local Workspace
  97. $tf/
  98. # Guidance Automation Toolkit
  99. *.gpState
  100. # ReSharper is a .NET coding add-in
  101. _ReSharper*/
  102. *.[Rr]e[Ss]harper
  103. *.DotSettings.user
  104. # JustCode is a .NET coding add-in
  105. .JustCode
  106. # TeamCity is a build add-in
  107. _TeamCity*
  108. # DotCover is a Code Coverage Tool
  109. *.dotCover
  110. # AxoCover is a Code Coverage Tool
  111. .axoCover/*
  112. !.axoCover/settings.json
  113. # Visual Studio code coverage results
  114. *.coverage
  115. *.coveragexml
  116. # NCrunch
  117. _NCrunch_*
  118. .*crunch*.local.xml
  119. nCrunchTemp_*
  120. # MightyMoose
  121. *.mm.*
  122. AutoTest.Net/
  123. # Web workbench (sass)
  124. .sass-cache/
  125. # Installshield output folder
  126. [Ee]xpress/
  127. # DocProject is a documentation generator add-in
  128. DocProject/buildhelp/
  129. DocProject/Help/*.HxT
  130. DocProject/Help/*.HxC
  131. DocProject/Help/*.hhc
  132. DocProject/Help/*.hhk
  133. DocProject/Help/*.hhp
  134. DocProject/Help/Html2
  135. DocProject/Help/html
  136. # Click-Once directory
  137. publish/
  138. # Publish Web Output
  139. *.[Pp]ublish.xml
  140. *.azurePubxml
  141. # Note: Comment the next line if you want to checkin your web deploy settings,
  142. # but database connection strings (with potential passwords) will be unencrypted
  143. *.pubxml
  144. *.publishproj
  145. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  146. # checkin your Azure Web App publish settings, but sensitive information contained
  147. # in these scripts will be unencrypted
  148. PublishScripts/
  149. # NuGet Packages
  150. *.nupkg
  151. # The packages folder can be ignored because of Package Restore
  152. **/[Pp]ackages/*
  153. # except build/, which is used as an MSBuild target.
  154. !**/[Pp]ackages/build/
  155. # Uncomment if necessary however generally it will be regenerated when needed
  156. #!**/[Pp]ackages/repositories.config
  157. # NuGet v3's project.json files produces more ignorable files
  158. *.nuget.props
  159. *.nuget.targets
  160. # Microsoft Azure Build Output
  161. csx/
  162. *.build.csdef
  163. # Microsoft Azure Emulator
  164. ecf/
  165. rcf/
  166. # Windows Store app package directories and files
  167. AppPackages/
  168. BundleArtifacts/
  169. Package.StoreAssociation.xml
  170. _pkginfo.txt
  171. *.appx
  172. # Visual Studio cache files
  173. # files ending in .cache can be ignored
  174. *.[Cc]ache
  175. # but keep track of directories ending in .cache
  176. !*.[Cc]ache/
  177. # Others
  178. ClientBin/
  179. ~$*
  180. *~
  181. *.dbmdl
  182. *.dbproj.schemaview
  183. *.jfm
  184. *.pfx
  185. *.publishsettings
  186. orleans.codegen.cs
  187. # Including strong name files can present a security risk
  188. # (https://github.com/github/gitignore/pull/2483#issue-259490424)
  189. #*.snk
  190. # Since there are multiple workflows, uncomment next line to ignore bower_components
  191. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  192. #bower_components/
  193. # RIA/Silverlight projects
  194. Generated_Code/
  195. # Backup & report files from converting an old project file
  196. # to a newer Visual Studio version. Backup files are not needed,
  197. # because we have git ;-)
  198. _UpgradeReport_Files/
  199. Backup*/
  200. UpgradeLog*.XML
  201. UpgradeLog*.htm
  202. ServiceFabricBackup/
  203. # SQL Server files
  204. *.mdf
  205. *.ldf
  206. *.ndf
  207. # Business Intelligence projects
  208. *.rdl.data
  209. *.bim.layout
  210. *.bim_*.settings
  211. *.rptproj.rsuser
  212. # Microsoft Fakes
  213. FakesAssemblies/
  214. # GhostDoc plugin setting file
  215. *.GhostDoc.xml
  216. # Node.js Tools for Visual Studio
  217. .ntvs_analysis.dat
  218. node_modules/
  219. # Visual Studio 6 build log
  220. *.plg
  221. # Visual Studio 6 workspace options file
  222. *.opt
  223. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  224. *.vbw
  225. # Visual Studio LightSwitch build output
  226. **/*.HTMLClient/GeneratedArtifacts
  227. **/*.DesktopClient/GeneratedArtifacts
  228. **/*.DesktopClient/ModelManifest.xml
  229. **/*.Server/GeneratedArtifacts
  230. **/*.Server/ModelManifest.xml
  231. _Pvt_Extensions
  232. # Paket dependency manager
  233. .paket/paket.exe
  234. paket-files/
  235. # FAKE - F# Make
  236. .fake/
  237. # JetBrains Rider
  238. .idea/
  239. *.sln.iml
  240. # CodeRush
  241. .cr/
  242. # Python Tools for Visual Studio (PTVS)
  243. __pycache__/
  244. *.pyc
  245. # Cake - Uncomment if you are using it
  246. # tools/**
  247. # !tools/packages.config
  248. # Tabs Studio
  249. *.tss
  250. # Telerik's JustMock configuration file
  251. *.jmconfig
  252. # BizTalk build output
  253. *.btp.cs
  254. *.btm.cs
  255. *.odx.cs
  256. *.xsd.cs
  257. # OpenCover UI analysis results
  258. OpenCover/
  259. # Azure Stream Analytics local run output
  260. ASALocalRun/
  261. # MSBuild Binary and Structured Log
  262. *.binlog
  263. # MFractors (Xamarin productivity tool) working folder
  264. .mfractor/
  265. **/bin/
  266. **/obj/
  267. **/.vs/
  268. /AntSK/AntSK.db
  269. /AntSK/appsettings.Development.json
  270. /AntSK.db
  271. **/tmp-memory-files/*
  272. **/tmp-memory-vectors/*
  273. /src/AntSK/AntSK.db
  274. /src/AntSK/appsettings.Development.json
  275. /src/AntSK.db
  276. /src/AntSK/llama_models
  277. /src/AntSK/AntSK.xml