From 428b058cbcbb680efe7140fc1d99527a0655fceb Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Mon, 4 May 2026 00:28:44 +0300 Subject: [PATCH] chore: add res/ to .gitignore (internal-only resources) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 05c99c25..c570d0be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Internal resources (never commit) +res/ + # Logs logs *.log