From 02e64eeeebdbd2b2332614dbae1e3996e1c88212 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Tue, 23 Jan 2018 13:56:45 +0100 Subject: [PATCH] Add ignored trophy images folder during an update Empty folders are not created during an update. This leads to problems when uploading trophy images, because the image folder isn't there. --- wcfsetup/install/files/images/trophy/.gitignore | 3 --- wcfsetup/install/files/images/trophy/.htaccess | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 wcfsetup/install/files/images/trophy/.gitignore create mode 100644 wcfsetup/install/files/images/trophy/.htaccess diff --git a/wcfsetup/install/files/images/trophy/.gitignore b/wcfsetup/install/files/images/trophy/.gitignore deleted file mode 100644 index edb23193dc..0000000000 --- a/wcfsetup/install/files/images/trophy/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# This file ensures this directory is within version control since git does -# not track directories but files. In fact, this directory is meant to be empty -* \ No newline at end of file diff --git a/wcfsetup/install/files/images/trophy/.htaccess b/wcfsetup/install/files/images/trophy/.htaccess new file mode 100644 index 0000000000..c8ab05519b --- /dev/null +++ b/wcfsetup/install/files/images/trophy/.htaccess @@ -0,0 +1 @@ +# This file ensures that these folders are created during an update. \ No newline at end of file -- 2.20.1