From 3724cbcfd774bae43f6fc3ac3f561922fcb2a5fa Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 19 Sep 2024 20:49:04 +0200 Subject: Fix up previous work on detekt --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d77f4bd8b..1a89de80f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Use **/*.* since if a directory is ignored, children of that directory *cannot* be unignored using ! again. +# Use **/*.* since if a grammar is ignored, children of that grammar *cannot* be unignored using ! again. .idea/**/*.* !.idea/icon.svg !.idea/dictionaries/default_user.xml -- cgit