From f88f48845d767e267f8339550450af2e635ec706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tevfik=20T=C3=BCmer?= Date: Mon, 25 Jul 2016 12:25:19 +0200 Subject: [PATCH] Adding index.html files for cache and upload folders index.html should be in the upload and cache folders in order to avoid direct access --- SugarCRM.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index 842c3ec5..e9270205 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -7,6 +7,7 @@ # For development the cache directory can be safely ignored and # therefore it is ignored. /cache/ +!/cache/index.html # Ignore some files and directories from the custom directory. /custom/history/ /custom/modulebuilder/ @@ -22,4 +23,5 @@ *.log # Ignore the new upload directories. /upload/ +!/upload/index.html /upload_backup/