Hi there!
I am trying to figure out what the default .gitignore
looks like after installation.
Can anyone help me with this?
Thanks in advance!
Hi there!
I am trying to figure out what the default .gitignore
looks like after installation.
Can anyone help me with this?
Thanks in advance!
/.idea
/vendor/
###> shopware/core ###
.env.local
.env.local.php
.env.*.local
custom/*
!custom/plugins/.gitkeep
!custom/static-plugins/
/public/fonts/*
!/public/fonts/.gitkeep
/public/img/*
!/public/img/.gitkeep
/public/css/*
!/public/css/.gitkeep
/public/js/*
!/public/js/.gitkeep
/public/media/*
!/public/media/.gitkeep
/public/theme/*
!/public/theme/.gitkeep
/public/thumbnail/*
!/public/thumbnail/.gitkeep
/public/assets/*
/public/sitemap/*
!/public/sitemap/.gitkeep
/public/bundles/*
!/public/bundles/.gitkeep
/files/*
/var/*
!/var/log/.gitkeep
!/var/cache/.gitkeep
/auth.json
/install.lock
public/asset-manifest.json
files/asset-manifest.json
###< shopware/core ###
Dieses Thema wurde automatisch 30 Tage nach der letzten Antwort geschlossen. Es sind keine neuen Antworten mehr erlaubt.