From 121fef2a741235a14e53bf95a51a1d2b97ede96a Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 07:05:02 +0000 Subject: [PATCH] Initial commit: Add project structure and configuration --- .npmignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5bfeee5 --- /dev/null +++ b/.npmignore @@ -0,0 +1,13 @@ +# Source +src/ + +# Configuration +.eslintrc +.prettierrc +.tsconfig.json +jest.config.cjs + +# Development +*.log +npm-debug.log* +node_modules/