.gitignore 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. # Created by .ignore support plugin (hsz.mobi)
  2. ### JetBrains template
  3. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  4. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  5. # User-specific stuff:
  6. .history
  7. ../.idea/workspace.xml
  8. .idea/**/tasks.xml
  9. .idea/dictionaries
  10. .cursor
  11. .env
  12. lerna-debug.log
  13. dist
  14. e2e/__data__/*
  15. docs/resources/_gen/*
  16. docs/static/main.js*
  17. docs/static/main.css*
  18. docs/static/intro.js*
  19. docs/static/intro.css*
  20. docs/public
  21. docs/data/build.json
  22. yarn-error.log
  23. e2e-common/ports.json
  24. # Sensitive or high-churn files:
  25. .idea/**/dataSources/
  26. .idea/**/dataSources.ids
  27. .idea/**/dataSources.xml
  28. .idea/**/dataSources.local.xml
  29. .idea/**/sqlDataSources.xml
  30. .idea/**/dynamic.xml
  31. .idea/**/uiDesigner.xml
  32. # Gradle:
  33. .idea/**/gradle.xml
  34. .idea/**/libraries
  35. # CMake
  36. cmake-build-debug/
  37. # Mongo Explorer plugin:
  38. .idea/**/mongoSettings.xml
  39. ## File-based project format:
  40. *.iws
  41. ## Plugin-specific files:
  42. # IntelliJ
  43. out/
  44. # mpeltonen/sbt-idea plugin
  45. .idea_modules/
  46. # JIRA plugin
  47. atlassian-ide-plugin.xml
  48. # Cursive Clojure plugin
  49. .idea/replstate.xml
  50. # Crashlytics plugin (for Android Studio and IntelliJ)
  51. com_crashlytics_export_strings.xml
  52. crashlytics.properties
  53. crashlytics-build.properties
  54. fabric.properties
  55. ### VisualStudio template
  56. ## Ignore Visual Studio temporary files, build results, and
  57. ## files generated by popular Visual Studio add-ons.
  58. ##
  59. ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
  60. # User-specific files
  61. *.suo
  62. *.user
  63. *.userosscache
  64. *.sln.docstates
  65. # User-specific files (MonoDevelop/Xamarin Studio)
  66. *.userprefs
  67. # Build results
  68. [Dd]ebug/
  69. [Dd]ebugPublic/
  70. [Rr]elease/
  71. [Rr]eleases/
  72. x64/
  73. x86/
  74. bld/
  75. [Bb]in/
  76. [Oo]bj/
  77. [Ll]og/
  78. # Visual Studio 2015 cache/options directory
  79. .vs/
  80. # Uncomment if you have tasks that create the project's static files in wwwroot
  81. #wwwroot/
  82. # MSTest test Results
  83. [Tt]est[Rr]esult*/
  84. [Bb]uild[Ll]og.*
  85. # NUNIT
  86. *.VisualState.xml
  87. TestResult.xml
  88. # Build Results of an ATL Project
  89. [Dd]ebugPS/
  90. [Rr]eleasePS/
  91. dlldata.c
  92. # Benchmark Results
  93. BenchmarkDotNet.Artifacts/
  94. # .NET Core
  95. project.lock.json
  96. project.fragment.lock.json
  97. artifacts/
  98. **/Properties/launchSettings.json
  99. *_i.c
  100. *_p.c
  101. *_i.h
  102. *.ilk
  103. *.meta
  104. *.obj
  105. *.pch
  106. *.pdb
  107. *.pgc
  108. *.pgd
  109. *.rsp
  110. *.sbr
  111. *.tlb
  112. *.tli
  113. *.tlh
  114. *.tmp
  115. *.tmp_proj
  116. packages/core/yarn-error.log
  117. *.vspscc
  118. *.vssscc
  119. .builds
  120. *.pidb
  121. *.svclog
  122. *.scc
  123. # Chutzpah Test files
  124. _Chutzpah*
  125. # Visual C++ cache files
  126. ipch/
  127. *.aps
  128. *.ncb
  129. *.opendb
  130. *.opensdf
  131. *.sdf
  132. *.cachefile
  133. *.VC.db
  134. *.VC.VC.opendb
  135. # Visual Studio profiler
  136. *.psess
  137. *.vsp
  138. *.vspx
  139. *.sap
  140. # Visual Studio Trace Files
  141. *.e2e
  142. # TFS 2012 Local Workspace
  143. $tf/
  144. # Guidance Automation Toolkit
  145. *.gpState
  146. # ReSharper is a .NET coding add-in
  147. _ReSharper*/
  148. *.[Rr]e[Ss]harper
  149. *.DotSettings.user
  150. # JustCode is a .NET coding add-in
  151. .JustCode
  152. # TeamCity is a build add-in
  153. _TeamCity*
  154. # DotCover is a Code Coverage Tool
  155. *.dotCover
  156. # AxoCover is a Code Coverage Tool
  157. .axoCover/*
  158. !.axoCover/settings.json
  159. # Visual Studio code coverage results
  160. *.coverage
  161. *.coveragexml
  162. # NCrunch
  163. _NCrunch_*
  164. .*crunch*.local.xml
  165. nCrunchTemp_*
  166. # MightyMoose
  167. *.mm.*
  168. AutoTest.Net/
  169. # Web workbench (sass)
  170. .sass-cache/
  171. # Installshield output folder
  172. [Ee]xpress/
  173. # DocProject is a documentation generator add-in
  174. DocProject/buildhelp/
  175. DocProject/Help/*.HxT
  176. DocProject/Help/*.HxC
  177. DocProject/Help/*.hhc
  178. DocProject/Help/*.hhk
  179. DocProject/Help/*.hhp
  180. DocProject/Help/Html2
  181. DocProject/Help/html
  182. # Publish Web Output
  183. *.[Pp]ublish.xml
  184. *.azurePubxml
  185. # Note: Comment the next line if you want to checkin your web deploy settings,
  186. # but database connection strings (with potential passwords) will be unencrypted
  187. *.pubxml
  188. *.publishproj
  189. # Microsoft Azure Web App publish settings. Comment the next line if you want to
  190. # checkin your Azure Web App publish settings, but sensitive information contained
  191. # in these scripts will be unencrypted
  192. PublishScripts/
  193. # NuGet Packages
  194. *.nupkg
  195. # Uncomment if necessary however generally it will be regenerated when needed
  196. #!**/[Pp]ackages/repositories.config
  197. # NuGet v3's project.json files produces more ignorable files
  198. *.nuget.props
  199. *.nuget.targets
  200. # Microsoft Azure Build Output
  201. csx/
  202. *.build.csdef
  203. # Microsoft Azure Emulator
  204. ecf/
  205. rcf/
  206. # Windows Store app package directories and files
  207. AppPackages/
  208. BundleArtifacts/
  209. Package.StoreAssociation.xml
  210. _pkginfo.txt
  211. *.appx
  212. # Visual Studio cache files
  213. # files ending in .cache can be ignored
  214. *.[Cc]ache
  215. # but keep track of directories ending in .cache
  216. !*.[Cc]ache/
  217. # Others
  218. ClientBin/
  219. ~$*
  220. *~
  221. *.dbmdl
  222. *.dbproj.schemaview
  223. *.jfm
  224. *.pfx
  225. *.publishsettings
  226. orleans.codegen.cs
  227. # Since there are multiple workflows, uncomment next line to ignore bower_components
  228. # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
  229. #bower_components/
  230. # RIA/Silverlight projects
  231. Generated_Code/
  232. # Backup & report files from converting an old project file
  233. # to a newer Visual Studio version. Backup files are not needed,
  234. # because we have git ;-)
  235. _UpgradeReport_Files/
  236. Backup*/
  237. UpgradeLog*.XML
  238. UpgradeLog*.htm
  239. # SQL Server files
  240. *.mdf
  241. *.ldf
  242. *.ndf
  243. # Business Intelligence projects
  244. *.rdl.data
  245. *.bim.layout
  246. *.bim_*.settings
  247. # Microsoft Fakes
  248. FakesAssemblies/
  249. # GhostDoc plugin setting file
  250. *.GhostDoc.xml
  251. # Node.js Tools for Visual Studio
  252. .ntvs_analysis.dat
  253. node_modules/
  254. # Visual Studio 6 build log
  255. *.plg
  256. # Visual Studio 6 workspace options file
  257. *.opt
  258. # Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
  259. *.vbw
  260. # Visual Studio LightSwitch build output
  261. **/*.HTMLClient/GeneratedArtifacts
  262. **/*.DesktopClient/GeneratedArtifacts
  263. **/*.DesktopClient/ModelManifest.xml
  264. **/*.Server/GeneratedArtifacts
  265. **/*.Server/ModelManifest.xml
  266. _Pvt_Extensions
  267. # Paket dependency manager
  268. .paket/paket.exe
  269. paket-files/
  270. # FAKE - F# Make
  271. .fake/
  272. # JetBrains Rider
  273. .idea/
  274. *.sln.iml
  275. # CodeRush
  276. .cr/
  277. # Python Tools for Visual Studio (PTVS)
  278. __pycache__/
  279. *.pyc
  280. # Cake - Uncomment if you are using it
  281. # tools/**
  282. # !tools/packages.config
  283. # Tabs Studio
  284. *.tss
  285. # Telerik's JustMock configuration file
  286. *.jmconfig
  287. # BizTalk build output
  288. *.btp.cs
  289. *.btm.cs
  290. *.odx.cs
  291. *.xsd.cs
  292. # OpenCover UI analysis results
  293. OpenCover/
  294. coverage/
  295. ### macOS template
  296. # General
  297. .DS_Store
  298. .AppleDouble
  299. .LSOverride
  300. # Icon must end with two \r
  301. Icon
  302. # Thumbnails
  303. ._*
  304. # Files that might appear in the root of a volume
  305. .DocumentRevisions-V100
  306. .fseventsd
  307. .Spotlight-V100
  308. .TemporaryItems
  309. .Trashes
  310. .VolumeIcon.icns
  311. .com.apple.timemachine.donotpresent
  312. # Directories potentially created on remote AFP share
  313. .AppleDB
  314. .AppleDesktop
  315. Network Trash Folder
  316. Temporary Items
  317. .apdisk
  318. __admin-ui/