mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-23 15:58:57 +00:00
Add Shopware 6 example (#61)
This commit is contained in:
20
shopware6/.gitignore
vendored
Normal file
20
shopware6/.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/.idea
|
||||
/vendor/
|
||||
|
||||
###> shopware/core ###
|
||||
.env.local
|
||||
.env.local.php
|
||||
.env.*.local
|
||||
/public/bundles/*
|
||||
/public/media/*
|
||||
/public/theme/*
|
||||
/public/thumbnail/*
|
||||
/public/sitemap/*
|
||||
/files/*
|
||||
!/files/.htaccess
|
||||
/var/*
|
||||
!/var/.htaccess
|
||||
/auth.json
|
||||
/install.lock
|
||||
/public/asset-manifest.json
|
||||
###< shopware/core ###
|
||||
Reference in New Issue
Block a user