From c724c048676198fb27cae8038f1a88d11ca1af75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 16 Nov 2023 18:30:53 +0100 Subject: [PATCH] build: refine .cfignore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .cfignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cfignore b/.cfignore index c76c8544..b12a559d 100644 --- a/.cfignore +++ b/.cfignore @@ -7,10 +7,13 @@ .prettierignore .jshintrc .eslintrc.json +.eslintrc.js +.eslintrc.cjs .eslintignore .eslintcache .lintstagedrc.json .lintstagedrc.js +.lintstagedrc.cjs .husky .editorconfig .vscode @@ -25,6 +28,7 @@ .release-it.json .xmake.cfg # Logs +logs/ *.log # Winston *-audit.json @@ -67,6 +71,7 @@ outputs coverage node_modules sonar-project.properties +performance/ performanceRecords.json performanceRecords.json.lock tsconfig*.json -- 2.34.1