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
pull/2050/head
Tevfik Tümer 7 years ago
parent
commit
f88f48845d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      SugarCRM.gitignore

+ 2
- 0
SugarCRM.gitignore View 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/

Loading…
Cancel
Save