Skip to content

Commit f88f488

Browse files
authored
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
1 parent fe7a6d2 commit f88f488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SugarCRM.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# For development the cache directory can be safely ignored and
88
# therefore it is ignored.
99
/cache/
10+
!/cache/index.html
1011
# Ignore some files and directories from the custom directory.
1112
/custom/history/
1213
/custom/modulebuilder/
@@ -22,4 +23,5 @@
2223
*.log
2324
# Ignore the new upload directories.
2425
/upload/
26+
!/upload/index.html
2527
/upload_backup/

0 commit comments

Comments
 (0)