From 4657c170acc91b9e07606cfedbc2a31d73c16275 Mon Sep 17 00:00:00 2001 From: Kazuki Yamada Date: Mon, 15 Jul 2024 17:38:49 +0900 Subject: [PATCH] chore: Update .npmignore. ignore config files --- .npmignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.npmignore b/.npmignore index f607bc6b..b4f580fc 100644 --- a/.npmignore +++ b/.npmignore @@ -20,6 +20,18 @@ vite.config.mts # CI files .github/ +# yarn files +.yarn + +# ESLint files +.eslintcache + +# Config files +.editorconfig +.node-version +.tool-versions +repopack.config.js + # Editor files .vscode/ .idea/