From 32bebf5604f34c88e7f51bad83f580666e15fd67 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Mon, 19 Nov 2012 17:57:46 +0100 Subject: [PATCH] //added .gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..c136b27fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +.buildpath +.htaccess +.project +.settings +.idea +.svn +robots.txt +sitemap.xml +cache/smarty/cache/* +!cache/smarty/cache/index.php +cache/smarty/compile/* +!cache/smarty/compile/index.php +cache/class_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 +override/classes/*.php +themes/default/cache/*.js +themes/default/cache/*.css \ No newline at end of file