From f3a84d75a2ba3440bfc9074f2accbe0955b22902 Mon Sep 17 00:00:00 2001 From: G Date: Thu, 29 Aug 2024 16:12:35 +0000 Subject: [PATCH] ignore eas file --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 7ea7989..d1f86e4 100644 --- a/biome.json +++ b/biome.json @@ -72,6 +72,6 @@ "clientKind": "git" }, "files": { - "ignore": ["babel.config.js"] + "ignore": ["babel.config.js", "eas.json"] } } -- libgit2 0.27.1