From 1b0f082df5138492b4375caec4bcb1481e514b90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 20 Mar 2023 01:00:51 +0100 Subject: [PATCH] build: refine ignore configuration files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .cfignore | 1 + .eslintignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.cfignore b/.cfignore index b72ef952..894e0b3c 100644 --- a/.cfignore +++ b/.cfignore @@ -15,6 +15,7 @@ .clinic *.clinic-* .tscache +.c8rc.json .nycrc.json .nyc_output .reuse diff --git a/.eslintignore b/.eslintignore index be0298e8..b4a13ad4 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ +dist/ # FIXME: ESM import parse error build-requirements.mjs -- 2.34.1