.gitignore 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. out
  2. # Created by https://www.gitignore.io/api/linux,cmake,clion,windows,visualstudio
  3. ### CLion ###
  4. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  5. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  6. # User-specific stuff:
  7. .idea/**/workspace.xml
  8. .idea/**/tasks.xml
  9. .idea/dictionaries
  10. # Sensitive or high-churn files:
  11. .idea/**/dataSources/
  12. .idea/**/dataSources.ids
  13. .idea/**/dataSources.xml
  14. .idea/**/dataSources.local.xml
  15. .idea/**/sqlDataSources.xml
  16. .idea/**/dynamic.xml
  17. .idea/**/uiDesigner.xml
  18. # Gradle:
  19. .idea/**/gradle.xml
  20. .idea/**/libraries
  21. # CMake
  22. cmake-build-debug/
  23. cmake-build-release/
  24. # Mongo Explorer plugin:
  25. .idea/**/mongoSettings.xml
  26. ## File-based project format:
  27. *.iws
  28. ## Plugin-specific files:
  29. # IntelliJ
  30. /out/
  31. # mpeltonen/sbt-idea plugin
  32. .idea_modules/
  33. # JIRA plugin
  34. atlassian-ide-plugin.xml
  35. # Cursive Clojure plugin
  36. .idea/replstate.xml
  37. # Ruby plugin and RubyMine
  38. /.rakeTasks
  39. # Crashlytics plugin (for Android Studio and IntelliJ)
  40. com_crashlytics_export_strings.xml
  41. crashlytics.properties
  42. crashlytics-build.properties
  43. fabric.properties
  44. ### CLion Patch ###
  45. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  46. # *.iml
  47. # modules.xml
  48. # .idea/misc.xml
  49. # *.ipr
  50. # Sonarlint plugin
  51. .idea/sonarlint
  52. ### CMake ###
  53. CMakeCache.txt
  54. CMakeFiles
  55. CMakeScripts
  56. Testing
  57. Makefile
  58. cmake_install.cmake
  59. install_manifest.txt
  60. compile_commands.json
  61. CTestTestfile.cmake
  62. build
  63. ### Linux ###
  64. *~
  65. # temporary files which can be created if a process still has a handle open of a deleted file
  66. .fuse_hidden*
  67. # KDE directory preferences
  68. .directory
  69. # Linux trash folder which might appear on any partition or disk
  70. .Trash-*
  71. # .nfs files are created when an open file is removed but is still being accessed
  72. .nfs*
  73. ### Windows ###
  74. # Windows thumbnail cache files
  75. Thumbs.db
  76. ehthumbs.db
  77. ehthumbs_vista.db
  78. # Folder config file
  79. Desktop.ini
  80. # Recycle Bin used on file shares
  81. $RECYCLE.BIN/
  82. # Windows Installer files
  83. *.cab
  84. *.msi
  85. *.msm
  86. *.msp
  87. # Windows shortcuts
  88. *.lnk
  89. ### VisualStudio ###
  90. ## Ignore Visual Studio temporary files, build results, and
  91. ## files generated by popular Visual Studio add-ons.
  92. ##
  93. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  94. # User-specific files
  95. *.suo
  96. *.user
  97. *.userosscache
  98. *.sln.docstates
  99. # User-specific files (MonoDevelop/Xamarin Studio)
  100. *.userprefs
  101. # Build results
  102. [Dd]ebug/
  103. [Dd]ebugPublic/
  104. [Rr]elease/
  105. [Rr]eleases/
  106. x64/
  107. x86/
  108. bld/
  109. [Bb]in/
  110. [Oo]bj/
  111. [Ll]og/
  112. # Visual Studio 2015 cache/options directory
  113. .vs/
  114. # Uncomment if you have tasks that create the project's static files in wwwroot
  115. #wwwroot/
  116. # MSTest test Results
  117. [Tt]est[Rr]esult*/
  118. [Bb]uild[Ll]og.*
  119. # NUNIT
  120. *.VisualState.xml
  121. TestResult.xml
  122. # Build Results of an ATL Project
  123. [Dd]ebugPS/
  124. [Rr]eleasePS/
  125. dlldata.c
  126. # .NET Core
  127. project.lock.json
  128. project.fragment.lock.json
  129. artifacts/
  130. **/Properties/launchSettings.json
  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. *.opendb
  162. *.opensdf
  163. *.sdf
  164. *.cachefile
  165. *.VC.db
  166. *.VC.VC.opendb
  167. # Visual Studio profiler
  168. *.psess
  169. *.vsp
  170. *.vspx
  171. *.sap
  172. # TFS 2012 Local Workspace
  173. $tf/
  174. # Guidance Automation Toolkit
  175. *.gpState
  176. # ReSharper is a .NET coding add-in
  177. _ReSharper*/
  178. *.[Rr]e[Ss]harper
  179. *.DotSettings.user
  180. # JustCode is a .NET coding add-in
  181. .JustCode
  182. # TeamCity is a build add-in
  183. _TeamCity*
  184. # DotCover is a Code Coverage Tool
  185. *.dotCover
  186. # Visual Studio code coverage results
  187. *.coverage
  188. *.coveragexml
  189. # NCrunch
  190. _NCrunch_*
  191. .*crunch*.local.xml
  192. nCrunchTemp_*
  193. # MightyMoose
  194. *.mm.*
  195. AutoTest.Net/
  196. # Web workbench (sass)
  197. .sass-cache/
  198. # Installshield output folder
  199. [Ee]xpress/
  200. # DocProject is a documentation generator add-in
  201. DocProject/buildhelp/
  202. DocProject/Help/*.HxT
  203. DocProject/Help/*.HxC
  204. DocProject/Help/*.hhc
  205. DocProject/Help/*.hhk
  206. DocProject/Help/*.hhp
  207. DocProject/Help/Html2
  208. DocProject/Help/html
  209. # Click-Once directory
  210. publish/
  211. # Publish Web Output
  212. *.[Pp]ublish.xml
  213. *.azurePubxml
  214. # TODO: Uncomment the next line to ignore your web deploy settings.
  215. # By default, sensitive information, such as encrypted password
  216. # should be stored in the .pubxml.user file.
  217. #*.pubxml
  218. *.pubxml.user
  219. *.publishproj
  220. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  221. # checkin your Azure Web App publish settings, but sensitive information contained
  222. # in these scripts will be unencrypted
  223. PublishScripts/
  224. # NuGet Packages
  225. *.nupkg
  226. # The packages folder can be ignored because of Package Restore
  227. **/packages/*
  228. # except build/, which is used as an MSBuild target.
  229. !**/packages/build/
  230. # Uncomment if necessary however generally it will be regenerated when needed
  231. #!**/packages/repositories.config
  232. # NuGet v3's project.json files produces more ignorable files
  233. *.nuget.props
  234. *.nuget.targets
  235. # Microsoft Azure Build Output
  236. csx/
  237. *.build.csdef
  238. # Microsoft Azure Emulator
  239. ecf/
  240. rcf/
  241. # Windows Store app package directories and files
  242. AppPackages/
  243. BundleArtifacts/
  244. Package.StoreAssociation.xml
  245. _pkginfo.txt
  246. # Visual Studio cache files
  247. # files ending in .cache can be ignored
  248. *.[Cc]ache
  249. # but keep track of directories ending in .cache
  250. !*.[Cc]ache/
  251. # Others
  252. ClientBin/
  253. ~$*
  254. *.dbmdl
  255. *.dbproj.schemaview
  256. *.jfm
  257. *.pfx
  258. *.publishsettings
  259. orleans.codegen.cs
  260. # Since there are multiple workflows, uncomment next line to ignore bower_components
  261. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  262. #bower_components/
  263. # RIA/Silverlight projects
  264. Generated_Code/
  265. # Backup & report files from converting an old project file
  266. # to a newer Visual Studio version. Backup files are not needed,
  267. # because we have git ;-)
  268. _UpgradeReport_Files/
  269. Backup*/
  270. UpgradeLog*.XML
  271. UpgradeLog*.htm
  272. # SQL Server files
  273. *.mdf
  274. *.ldf
  275. *.ndf
  276. # Business Intelligence projects
  277. *.rdl.data
  278. *.bim.layout
  279. *.bim_*.settings
  280. # Microsoft Fakes
  281. FakesAssemblies/
  282. # GhostDoc plugin setting file
  283. *.GhostDoc.xml
  284. # Node.js Tools for Visual Studio
  285. .ntvs_analysis.dat
  286. node_modules/
  287. # Typescript v1 declaration files
  288. typings/
  289. # Visual Studio 6 build log
  290. *.plg
  291. # Visual Studio 6 workspace options file
  292. *.opt
  293. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  294. *.vbw
  295. # Visual Studio LightSwitch build output
  296. **/*.HTMLClient/GeneratedArtifacts
  297. **/*.DesktopClient/GeneratedArtifacts
  298. **/*.DesktopClient/ModelManifest.xml
  299. **/*.Server/GeneratedArtifacts
  300. **/*.Server/ModelManifest.xml
  301. _Pvt_Extensions
  302. # Paket dependency manager
  303. .paket/paket.exe
  304. paket-files/
  305. # FAKE - F# Make
  306. .fake/
  307. # JetBrains Rider
  308. .idea/
  309. *.sln.iml
  310. # CodeRush
  311. .cr/
  312. # Python Tools for Visual Studio (PTVS)
  313. __pycache__/
  314. *.pyc
  315. # Cake - Uncomment if you are using it
  316. # tools/**
  317. # !tools/packages.config
  318. # Telerik's JustMock configuration file
  319. *.jmconfig
  320. # BizTalk build output
  321. *.btp.cs
  322. *.btm.cs
  323. *.odx.cs
  324. *.xsd.cs
  325. ### VisualStudio Patch ###
  326. # By default, sensitive information, such as encrypted password
  327. # should be stored in the .pubxml.user file.
  328. # End of https://www.gitignore.io/api/linux,cmake,clion,windows,visualstudio