From 490db5c0cf0657baabcfce2adee46550093bc88a Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Sat, 28 Dec 2024 12:53:42 +0900 Subject: [PATCH] ignore new json file in vitest --- test/data/json.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/data/json.json b/test/data/json.json index 321bff6483..b5d102b42a 100644 --- a/test/data/json.json +++ b/test/data/json.json @@ -9,6 +9,7 @@ {"path": ".vscode/settings.json", "ignore": true}, {"path": ".vscode/extensions.json", "ignore": true}, {"path": ".vscode/launch.json", "ignore": true}, + {"path": ".github/actionlint-matcher.json", "ignore": true}, {"path": "dev/jsconfig.json", "ignore": true}, {"path": "ext/manifest.json", "ignore": true}, {"path": "test/data/dictionaries/invalid-dictionary1/index.json", "ignore": true},