From 58386598196d9634fe5e6609c03c5ac0c564d86f Mon Sep 17 00:00:00 2001 From: Tandashi <18377875+Tandashi@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:39:15 +0200 Subject: [PATCH] feat: Ignore `.github` directory when publishing --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 3e4e48b..e732b7c 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ -.gitignore \ No newline at end of file +.gitignore +.github \ No newline at end of file