Ignore eslint and tsc build caches

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014YtQoCzkP7Bo8nruhxojPi
This commit is contained in:
mroxso
2026-09-06 11:32:52 +02:00
parent f7d0670e5a
commit f853b60c36

4
.gitignore vendored
View File

@@ -31,3 +31,7 @@ yarn.lock
.env
.env.*
!.env.example
# Build caches
.eslintcache
.tsbuildinfo