From 026f88ff85bfaaabc8646cb5c81025139d3f8d87 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 18 Sep 2021 14:07:40 +0200 Subject: [PATCH] add HIDE_DOT_FILES to .env.example so users can easily disable this function. enabled by default as per https://github.com/DirectoryLister/DirectoryLister/discussions/701#discussioncomment-1335516 --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index bed4d8f..b66bd4c 100644 --- a/.env.example +++ b/.env.example @@ -8,6 +8,7 @@ APP_LANGUAGE=en DISPLAY_READMES=true READMES_FIRST=false ZIP_DOWNLOADS=true +HIDE_DOT_FILES=true GOOGLE_ANALYTICS_ID=false