From bbeab997c41d3ffe5763c9fb4332d11a24deb75c Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 3 Mar 2026 09:58:48 +0000 Subject: [PATCH] chore: ignore jsconfig.json when exporting --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6c76c7c4..c9f7edd1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,7 @@ js/.nycrc.yml export-ignore js/common.js export-ignore js/eslint.config.js export-ignore js/test/ export-ignore +js/jsconfig.json export-ignore .codeclimate.yml export-ignore .csslintrc export-ignore .devcontainer export-ignore