From 0b1828224edf798044ef54672ddfc69598cd99a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 24 Feb 2024 14:41:52 +0100 Subject: [PATCH] refactor: refine .cfignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .cfignore | 2 ++ ui/web/.vscode/settings.json | 1 + 2 files changed, 3 insertions(+) diff --git a/.cfignore b/.cfignore index b12a559d..33ccb0da 100644 --- a/.cfignore +++ b/.cfignore @@ -9,6 +9,7 @@ .eslintrc.json .eslintrc.js .eslintrc.cjs +.eslintrc.mjs .eslintignore .eslintcache .lintstagedrc.json @@ -62,6 +63,7 @@ bundle.js mikro-orm.config.ts mta.yaml mta_archives +pnpm-lock.yaml docker src tests diff --git a/ui/web/.vscode/settings.json b/ui/web/.vscode/settings.json index a7d331b2..58474bd1 100644 --- a/ui/web/.vscode/settings.json +++ b/ui/web/.vscode/settings.json @@ -15,6 +15,7 @@ "ocpp", "preinstall", "RFID", + "rushstack", "webui" ], "sonarlint.connectedMode.project": { -- 2.34.1