Add Shopware 6 example (#61)

This commit is contained in:
Cynthia Ebert
2025-12-13 20:06:52 +01:00
committed by GitHub
parent 0cd6ace70a
commit 569b86f260
35 changed files with 12770 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<Files ~ ".*">
# Deny all requests from Apache 2.4+.
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Deny all requests from Apache 2.0-2.2.
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>
</Files>

0
shopware6/custom/apps/.gitignore vendored Normal file
View File

0
shopware6/custom/plugins/.gitignore vendored Normal file
View File

View File