From c1af2d024da021dedb6af205649724ec5b050f72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Haydar=20K=C3=9CLEKC=C4=B0?= Date: Thu, 18 Jul 2013 17:40:41 +0300 Subject: [PATCH] New .gitignore file for opencart. You can check new file from https://github.com/opencart/opencart/blob/master/.gitignore --- opencart.gitignore | 47 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/opencart.gitignore b/opencart.gitignore index c673f1f8..e5d8904c 100644 --- a/opencart.gitignore +++ b/opencart.gitignore @@ -1,10 +1,41 @@ -config.php -admin/config.php +# Config and Htaccess Files +/upload/.htaccess +/upload/config.php +/upload/admin/config.php -!index.html +# System Cache Files +/upload/system/cache/* +!/upload/system/cache/index.html -download -image/cache/*.jpg -image/cache/data/* -system/cache -system/logs +# Image File +!/upload/image/no_image.jpg + +# Image Cache Files +/upload/image/cache/* +!/upload/image/cache/index.html + +# Modification Files +/upload/system/modification/* +!/upload/system/modification/index.html + +# Templates Files +/upload/image/templates/* +/upload/image/templates/default.jpg + +# Download Files +/upload/system/download/* +!/upload/system/download/index.html + +!/upload/data/index.html + +# Flags +# remove sharp char if you want to add flags to gitignore +# /upload/flags/* + +# Log Files +/upload/system/logs/* +!/upload/system/logs/index.html + +# If you want to ignore install file use following lines [on development mode] +# /upload/backup.install/* +# /upload/install/*