From 562f60d3435498dd47eee521518b2330b2ae5558 Mon Sep 17 00:00:00 2001 From: kayjaydee Date: Thu, 23 Apr 2026 10:06:09 +0200 Subject: [PATCH] chore: update .gitignore to include local tooling and decompiled sources --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5c58f9e..d34d2a2 100644 --- a/.gitignore +++ b/.gitignore @@ -48,6 +48,9 @@ desktop.ini *.log logs/ +# Decompilation + local tooling (cfr.jar, server jar, decompiled sources) +.tools/ + # Secrets / local env .env .env.local