Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Monsen <haircut@gmail.com>2021-11-10 21:07:00 +0300
committerAdam Monsen <haircut@gmail.com>2021-11-10 21:08:27 +0300
commit3ae635b72d638ba4003a59b642a7fcfb5812e7eb (patch)
treea2c98dc3507e263ac5c53dbe6e874fe6317599ff
parent4a877b2a19b638f683a18a522f1b8db304759be7 (diff)
README - add .nomedia tip
Signed-off-by: Adam Monsen <haircut@gmail.com>
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98bb410..661a80b 100644
--- a/README.md
+++ b/README.md
@@ -94,3 +94,7 @@ Note:
You need to increase the memory allowance of PHP, by default it is 128 MB. You do that by changing the memory_limit in the php.ini file.
If you use the docker container you need to create the php.ini file in /usr/local/etc/php first.
+
+### I want to skip a folder and everything in/under it
+
+Add an empty file with the name `.nomedia` in the folder you wish to skip. All files and subfolders of the folder containing `.nomedia` will also be skipped.