From 7e6db609fbc0e950049469aeeeee35f9ab0d2a29 Mon Sep 17 00:00:00 2001 From: plainheart Date: Mon, 1 Jul 2024 16:56:46 +0800 Subject: [PATCH] chore: exclude some unused dirs and files when publishing to npm --- .npmignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.npmignore b/.npmignore index df8d8f4d5..05c3be8c8 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,8 @@ /doc /test /benchmark +/build +/tsconfig.json .github .vscode @@ -8,3 +10,6 @@ npm-debug.log .DS_Store Thumbs.db Desktop.ini + +.eslintignore +.eslintrc.yaml \ No newline at end of file