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