.gitignore 6.7 KB

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