From de39c26fca225a56d4896e82a902c9db78faa7c8 Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Thu, 3 Apr 2025 16:18:14 -0400 Subject: [PATCH] Add .npmignore so we publish only the built library --- .npmignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..58180a8 --- /dev/null +++ b/.npmignore @@ -0,0 +1,23 @@ +/.github/ +/.vscode/ +/examples/ +/src/ +/tests/ +/.eslintignore +/.eslintrc.cjs +/.gitignore +/.prettierignore +/.prettierrc.cjs +/.release-it.json +/.release-plan.json +/CODE_OF_CONDUCT.md +/CONTRIBUTING.md +/RELEASE.md +/ast-notes.md +/design.md +/index.html +/pnpm-lock.yaml +/pnpm-workspace.yaml +/tsconfig.json +/tsconfig.lint.json +/vite.config.ts