From 6b3dd934cdddf7f13e973cb54e9a909684b827fd Mon Sep 17 00:00:00 2001 From: Max P Date: Thu, 29 Aug 2024 17:30:14 +0200 Subject: [PATCH] Add .locale/ to .gitignore - Ignored `.locale/` directory to `.gitignore` file - Maintained existing ignore of `working/` directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e632a22..2635c0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -working/ \ No newline at end of file +working/ +.locale/ \ No newline at end of file