From aafb20d9e71443324a4fb73e81051b9821c09b4a Mon Sep 17 00:00:00 2001 From: Alain Folletete Date: Fri, 1 Mar 2013 23:51:52 +0100 Subject: [PATCH] Add Prestashop gitignore file --- Prestashop.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Prestashop.gitignore 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