From 0dc7def55757bfddfad9a288e33777ff8cb94f9e Mon Sep 17 00:00:00 2001 From: silverqx Date: Mon, 9 Sep 2024 17:02:39 +0200 Subject: [PATCH] updated .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c543bd9a..d9dbe4bbe 100644 --- a/.gitignore +++ b/.gitignore @@ -99,7 +99,9 @@ conf.pri /.env.* !/.env.example !/.env.*.example -/examples/tom/database/ +# Can't end with / even if it is a directory because it's the symbolic link and +# GIT doesn't ignore it on Linux +/examples/tom/database /exports*.txt /exports.xlsx /todos.csv