From aba98d3122b1197f24846d2be4de5e6f555a4a65 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 2 Sep 2026 13:28:42 +0200 Subject: [PATCH] chore: mark web and backend eslint configs as generated explicitly --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 84be1d9..b2ae083 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ -*eslint.config.mjs linguist-generated +web/eslint.config.mjs linguist-generated +backend/eslint.config.mjs linguist-generated