From d11c067428aff5b9f950d5ff80d43a2f3654eef4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 30 Jul 2025 21:02:26 +0200 Subject: Ignore directories called test/ --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa17c9c..03af548 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,7 @@ po/templates.pot # Build artifacts *.min.css -*.tar.gz \ No newline at end of file +*.tar.gz + +# Misc +test/ \ No newline at end of file -- cgit v1.2.3