Browse Source

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
Tevfik Tümer 8 năm trước cách đây
mục cha
commit
f88f48845d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      SugarCRM.gitignore

+ 2 - 0
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/