From 87c1161987b978823c95a5dadc4401e2debcbe1f Mon Sep 17 00:00:00 2001
From: Zandor Smith <info@zsinfo.nl>
Date: Wed, 26 Oct 2022 11:32:23 +0200
Subject: [PATCH] chore: Ignore additional directories from being pushed to
 npmjs.org

---
 .npmignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.npmignore b/.npmignore
index 5415a1a..21f9b61 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,6 +1,7 @@
 node_modules/
 src/
 .cache
+.idea/
 
 .gitignore
 
@@ -8,5 +9,7 @@ rollup.config.js
 webpack.dev.config.js
 .babelrc
 .eslintrc
+renovate.json
+.gitlab-ci.yml
 
 example.js
-- 
GitLab