Include watched folder in gitignore

This commit is contained in:
Eugene Burmakin 2024-10-03 14:07:11 +02:00
parent 6566455a2f
commit 74ec1d65f9

2
.gitignore vendored
View file

@ -32,6 +32,8 @@
!/public/exports/.keep !/public/exports/.keep
/public/imports/* /public/imports/*
!/public/imports/.keep !/public/imports/.keep
!/public/imports/watched/.keep
!/public/imports/watched/put-your-files-here.txt
# Ignore master key for decrypting credentials and more. # Ignore master key for decrypting credentials and more.
/config/master.key /config/master.key