From 18500e3b57a271307f92ac8c982b77ae7294ba95 Mon Sep 17 00:00:00 2001 From: Katja Lutz Date: Tue, 28 Jun 2022 17:12:17 +0200 Subject: [PATCH] feat: add custom npmignore file not excluding dist --- .npmignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..56bf485 --- /dev/null +++ b/.npmignore @@ -0,0 +1,14 @@ + +# IDEs and editors +/.idea +.project +.classpath +*.launch +.settings/ + +# Temp +gitignore + +# System Files +.DS_Store +Thumbs.db