Merge pull request #2050 from tevfik6/master

Adding index.html files for cache and upload folders
This commit is contained in:
Brendan Forster 2016-07-26 06:59:51 +10:00 committed by GitHub
commit f0e244ef21
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
# 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/
@ -22,4 +23,5 @@
*.log *.log
# Ignore the new upload directories. # Ignore the new upload directories.
/upload/ /upload/
!/upload/index.html
/upload_backup/ /upload_backup/