.gitignore 6.7 KB

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