Skip to content

Instantly share code, notes, and snippets.

@nicolasverlhiac
Forked from prestarocket/.gitignore
Created November 23, 2015 14:18
Show Gist options
  • Save nicolasverlhiac/19202c3ff3d63c73bef3 to your computer and use it in GitHub Desktop.
Save nicolasverlhiac/19202c3ff3d63c73bef3 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