Parcourir la 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 il y a 7 ans
Parent
révision
f88f48845d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      SugarCRM.gitignore

+ 2
- 0
SugarCRM.gitignore Voir le fichier

@@ -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/

Chargement…
Annuler
Enregistrer