From 6374eccce5782a324c4328d95bf113388c5b736a Mon Sep 17 00:00:00 2001 From: Slendi Date: Sat, 26 Jul 2025 20:45:51 +0300 Subject: [PATCH] Ignore TXT files in the repo root Signed-off-by: Slendi --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5df17b8..986cc8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ [Bb]uild .cache - +/*.txt