Przeglądaj źródła

Merge pull request #2050 from tevfik6/master

Adding index.html files for cache and upload folders
Brendan Forster 8 lat temu
rodzic
commit
f0e244ef21
1 zmienionych plików z 2 dodań i 0 usunięć
  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/