diff options
author | Alain Folletete <folletete.alain@gmail.com> | 2013-03-01 23:51:52 +0100 |
---|---|---|
committer | Alain Folletete <folletete.alain@gmail.com> | 2013-03-01 23:51:52 +0100 |
commit | aafb20d9e71443324a4fb73e81051b9821c09b4a (patch) | |
tree | 23ce9da0473b95741f07b6ac3a341086a0763f67 /Prestashop.gitignore | |
parent | 0aeefb48c0ac885a516fb92f7f5bfd7e85ce7a37 (diff) | |
download | gitignore-aafb20d9e71443324a4fb73e81051b9821c09b4a.tar.gz gitignore-aafb20d9e71443324a4fb73e81051b9821c09b4a.zip |
Add Prestashop gitignore file
Diffstat (limited to 'Prestashop.gitignore')
-rw-r--r-- | Prestashop.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Prestashop.gitignore b/Prestashop.gitignore new file mode 100644 index 00000000..e957df94 --- /dev/null +++ b/Prestashop.gitignore @@ -0,0 +1,29 @@ +# 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/default/cache/*.js +themes/default/cache/*.css + +# Ignore files on root directory +robots.txt +sitemap.xml
\ No newline at end of file |