From f853b60c3671df1b26998b9dcafe8b5ee8f75da3 Mon Sep 17 00:00:00 2001 From: mroxso <24775431+mroxso@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:32:52 +0200 Subject: [PATCH] Ignore eslint and tsc build caches Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_014YtQoCzkP7Bo8nruhxojPi --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b350e1c..92ebbf7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,7 @@ yarn.lock .env .env.* !.env.example + +# Build caches +.eslintcache +.tsbuildinfo