Bläddra i källkod

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 år sedan
förälder
incheckning
f88f48845d
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2
    0
      SugarCRM.gitignore

+ 2
- 0
SugarCRM.gitignore Visa fil

# For development the cache directory can be safely ignored and # For development the cache directory can be safely ignored and
# therefore it is ignored. # therefore it is ignored.
/cache/ /cache/
!/cache/index.html
# Ignore some files and directories from the custom directory. # Ignore some files and directories from the custom directory.
/custom/history/ /custom/history/
/custom/modulebuilder/ /custom/modulebuilder/
*.log *.log
# Ignore the new upload directories. # Ignore the new upload directories.
/upload/ /upload/
!/upload/index.html
/upload_backup/ /upload_backup/

Laddar…
Avbryt
Spara