]> source.dussan.org Git - gitignore.git/commitdiff
Adding index.html files for cache and upload folders 2050/head
authorTevfik Tümer <tevfik6@gmail.com>
Mon, 25 Jul 2016 10:25:19 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2016 10:25:19 +0000 (12:25 +0200)
index.html should be in the upload and cache folders in order to avoid direct access

SugarCRM.gitignore

index 842c3ec518bf64ba78621449b076c919b4d5d98c..e9270205fd565f86bb2c667f0b82281b24cfaff1 100644 (file)
@@ -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/