.gitignore 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. # User-specific files
  2. *.suo
  3. *.user
  4. *.userosscache
  5. *.sln.docstates
  6. # User-specific files (MonoDevelop/Xamarin Studio)
  7. *.userprefs
  8. # For macOS
  9. .DS_Store
  10. # Build results
  11. [Dd]ebug/
  12. [Dd]ebugPublic/
  13. [Rr]elease/
  14. [Rr]eleases/
  15. x64/
  16. x86/
  17. !/core/simd/x86
  18. bld/
  19. [Bb]in/
  20. [Oo]bj/
  21. [Ll]og/
  22. ![Cc]ore/[Ll]og/
  23. # Visual Studio 2015 cache/options directory
  24. .vs/
  25. # Visual Studio Code options directory
  26. .vscode/
  27. # Uncomment if you have tasks that create the project's static files in wwwroot
  28. #wwwroot/
  29. demo
  30. # MSTest test Results
  31. [Tt]est[Rr]esult*/
  32. [Bb]uild[Ll]og.*
  33. # NUNIT
  34. *.VisualState.xml
  35. TestResult.xml
  36. # Build Results of an ATL Project
  37. [Dd]ebugPS/
  38. [Rr]eleasePS/
  39. dlldata.c
  40. # DNX
  41. project.lock.json
  42. project.fragment.lock.json
  43. artifacts/
  44. *_i.c
  45. *_p.c
  46. *_i.h
  47. *.ilk
  48. *.meta
  49. *.obj
  50. *.pch
  51. *.pdb
  52. *.pgc
  53. *.pgd
  54. *.rsp
  55. *.sbr
  56. *.tlb
  57. *.tli
  58. *.tlh
  59. *.tmp
  60. *.tmp_proj
  61. *.log
  62. *.vspscc
  63. *.vssscc
  64. .builds
  65. *.pidb
  66. *.svclog
  67. *.scc
  68. # Chutzpah Test files
  69. _Chutzpah*
  70. # Visual C++ cache files
  71. ipch/
  72. *.aps
  73. *.ncb
  74. *.opendb
  75. *.opensdf
  76. *.sdf
  77. *.cachefile
  78. *.VC.db
  79. *.VC.VC.opendb
  80. # Visual Studio profiler
  81. *.psess
  82. *.vsp
  83. *.vspx
  84. *.sap
  85. # TFS 2012 Local Workspace
  86. $tf/
  87. # Guidance Automation Toolkit
  88. *.gpState
  89. # ReSharper is a .NET coding add-in
  90. _ReSharper*/
  91. *.[Rr]e[Ss]harper
  92. *.DotSettings.user
  93. # JustCode is a .NET coding add-in
  94. .JustCode
  95. # TeamCity is a build add-in
  96. _TeamCity*
  97. # DotCover is a Code Coverage Tool
  98. *.dotCover
  99. # NCrunch
  100. _NCrunch_*
  101. .*crunch*.local.xml
  102. nCrunchTemp_*
  103. # MightyMoose
  104. *.mm.*
  105. AutoTest.Net/
  106. # Web workbench (sass)
  107. .sass-cache/
  108. # Installshield output folder
  109. [Ee]xpress/
  110. # DocProject is a documentation generator add-in
  111. DocProject/buildhelp/
  112. DocProject/Help/*.HxT
  113. DocProject/Help/*.HxC
  114. DocProject/Help/*.hhc
  115. DocProject/Help/*.hhk
  116. DocProject/Help/*.hhp
  117. DocProject/Help/Html2
  118. DocProject/Help/html
  119. # Click-Once directory
  120. publish/
  121. # Publish Web Output
  122. *.[Pp]ublish.xml
  123. *.azurePubxml
  124. # TODO: Comment the next line if you want to checkin your web deploy settings
  125. # but database connection strings (with potential passwords) will be unencrypted
  126. *.pubxml
  127. *.publishproj
  128. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  129. # checkin your Azure Web App publish settings, but sensitive information contained
  130. # in these scripts will be unencrypted
  131. PublishScripts/
  132. # NuGet Packages
  133. *.nupkg
  134. # The packages folder can be ignored because of Package Restore
  135. **/packages/*
  136. # except build/, which is used as an MSBuild target.
  137. !**/packages/build/
  138. # Uncomment if necessary however generally it will be regenerated when needed
  139. #!**/packages/repositories.config
  140. # NuGet v3's project.json files produces more ignoreable files
  141. *.nuget.props
  142. *.nuget.targets
  143. # Microsoft Azure Build Output
  144. csx/
  145. *.build.csdef
  146. # Microsoft Azure Emulator
  147. ecf/
  148. rcf/
  149. # Windows Store app package directories and files
  150. AppPackages/
  151. BundleArtifacts/
  152. Package.StoreAssociation.xml
  153. _pkginfo.txt
  154. # Visual Studio cache files
  155. # files ending in .cache can be ignored
  156. *.[Cc]ache
  157. # but keep track of directories ending in .cache
  158. !*.[Cc]ache/
  159. # Others
  160. ClientBin/
  161. ~$*
  162. *~
  163. *.dbmdl
  164. *.dbproj.schemaview
  165. *.pfx
  166. *.publishsettings
  167. node_modules/
  168. orleans.codegen.cs
  169. # Since there are multiple workflows, uncomment next line to ignore bower_components
  170. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  171. #bower_components/
  172. # RIA/Silverlight projects
  173. Generated_Code/
  174. # Backup & report files from converting an old project file
  175. # to a newer Visual Studio version. Backup files are not needed,
  176. # because we have git ;-)
  177. _UpgradeReport_Files/
  178. Backup*/
  179. UpgradeLog*.XML
  180. UpgradeLog*.htm
  181. # SQL Server files
  182. *.mdf
  183. *.ldf
  184. # Business Intelligence projects
  185. *.rdl.data
  186. *.bim.layout
  187. *.bim_*.settings
  188. # Microsoft Fakes
  189. FakesAssemblies/
  190. # GhostDoc plugin setting file
  191. *.GhostDoc.xml
  192. # Node.js Tools for Visual Studio
  193. .ntvs_analysis.dat
  194. # Visual Studio 6 build log
  195. *.plg
  196. # Visual Studio 6 workspace options file
  197. *.opt
  198. # Visual Studio LightSwitch build output
  199. **/*.HTMLClient/GeneratedArtifacts
  200. **/*.DesktopClient/GeneratedArtifacts
  201. **/*.DesktopClient/ModelManifest.xml
  202. **/*.Server/GeneratedArtifacts
  203. **/*.Server/ModelManifest.xml
  204. _Pvt_Extensions
  205. # Paket dependency manager
  206. .paket/paket.exe
  207. paket-files/
  208. # FAKE - F# Make
  209. .fake/
  210. # JetBrains Rider
  211. .idea/
  212. *.sln.iml
  213. # Project Specific
  214. # - Windows
  215. *.sln
  216. builds/
  217. bin/
  218. *.exe
  219. *.obj
  220. *.pdb
  221. *.res
  222. desktop.ini
  223. Thumbs.db
  224. # - Linux/MacOS
  225. odin
  226. !odin/
  227. **/*.dSYM
  228. *.bin
  229. demo.bin
  230. libLLVM*.so*
  231. *.a
  232. # shared collection
  233. shared/
  234. # temp files
  235. * .ll
  236. *.bc
  237. *.ll
  238. *.sublime-workspace
  239. examples/bug/
  240. build.sh
  241. !core/debug/
  242. # RAD debugger project file
  243. *.raddbg
  244. *.rdi
  245. tests/issues/build/*
  246. misc/featuregen/featuregen
  247. # Clangd stuff
  248. .cache/
  249. .clangd
  250. compile_commands.json