From 74ec1d65f923cf769248791fd245bc91433b5f61 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Thu, 3 Oct 2024 14:07:11 +0200 Subject: [PATCH] Include watched folder in gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 909855de..3dd92eba 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,8 @@ !/public/exports/.keep /public/imports/* !/public/imports/.keep +!/public/imports/watched/.keep +!/public/imports/watched/put-your-files-here.txt # Ignore master key for decrypting credentials and more. /config/master.key