From ef8ba655f3866bcc211beae23e8fc8068a9b0794 Mon Sep 17 00:00:00 2001 From: Mathis Date: Mon, 7 Oct 2024 15:45:02 +0200 Subject: [PATCH] Add 'drizzle' to .gitignore This update ensures that files related to 'drizzle' are ignored by Git. This change helps prevent unnecessary files from being tracked and uploaded to the repository. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38ffc69..8647ed5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # See http://help.github.com/ignore-files/ for more about ignoring files. - +drizzle # compiled output dist tmp