.gitignore 6.9 KB

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