Skip to content

Instantly share code, notes, and snippets.

@lucianosantana
Forked from prestarocket/.gitignore
Created February 28, 2017 15:59
Show Gist options
  • Save lucianosantana/b4f3d010d2fb9ea43acf39853db21ac5 to your computer and use it in GitHub Desktop.
Save lucianosantana/b4f3d010d2fb9ea43acf39853db21ac5 to your computer and use it in GitHub Desktop.
Prestashop 1.6 gitignore
.buildpath
.project
.settings
.idea
.svn
.DS_Store
.sass-cache
config.codekit
*.sublime-project
*.sublime-workspace
/.htaccess
# Directories content
cache/class_index.php
cache/smarty/cache/*
!cache/smarty/cache/index.php
cache/smarty/compile/*
!cache/smarty/compile/index.php
cache/tcpdf/*
!cache/tcpdf/index.php
config/xml/*.xml
config/settings.inc.php
log/*.log
img/*
!img/index.php
!img/*/index.php
tools/smarty*/cache/*.php
!tools/smarty*/cache/index.php
tools/smarty*/compile/*.php
!tools/smarty*/compile/index.php
themes/*/cache/*.js
themes/*/cache/*.css
modules/*/config*.xml
# Ignore files on root directory
robots.txt
sitemap.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment