From 6f47e1fc30d1e04946a17946b61310f737748828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Strama?= <80683535+BaderBC@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:39:37 +0100 Subject: [PATCH] Modify .npmignore (#16) --- .npmignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 8a78f24..f2eccb5 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,5 @@ +.github/ +/docs/ /src/ /test/ .env @@ -5,4 +7,4 @@ dev.js tsconfig.json /assets keystore.json -account.json \ No newline at end of file +account.json