Skip to content

Instantly share code, notes, and snippets.

@julienbourdeau
Last active April 4, 2018 16:03
Show Gist options
  • Save julienbourdeau/0f7d629cb7f9bc6995fc to your computer and use it in GitHub Desktop.
Save julienbourdeau/0f7d629cb7f9bc6995fc to your computer and use it in GitHub Desktop.
.gitignore for PrestaShop (with core files)
# Private files
# The following files contain your database credentials and other personal data.
config/settings.*.php
# Cache, temp and generated files
# The following files are generated by PrestaShop.
/admin-dev/autoupgrade/
/cache/
/config/xml/*.xml
/log/
*sitemap.xml
/themes/*/cache/
/modules/*/config*.xml
# Site content
# The following folders contain product images, virtual products, CSV's, etc.
admin-dev/backups/
admin-dev/export/
admin-dev/import/
download/
img/
upload/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment