commit 2dff3bdfddad5f17ab8884a986b082bec869bfaa parent bcd8223cac9447bc7188b7287efe110f26d3c638 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 8 Oct 2023 01:27:14 +0200 Reduce the size of the npm package slightly Diffstat:
| M | .npmignore | | | 5 | +++++ |
| A | changelog.d/+npmignore.misc | | | 2 | ++ |
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/.npmignore b/.npmignore @@ -11,3 +11,7 @@ yarn.lock .yarn __test__ renovate.json +deps +.vscode +pyproject.toml +Makefile +\ No newline at end of file diff --git a/changelog.d/+npmignore.misc b/changelog.d/+npmignore.misc @@ -0,0 +1 @@ +Ignore more unnessesary files in npmignore +\ No newline at end of file