From c616e70008b1cfc11cfb5265facfcc48f14c7143 Mon Sep 17 00:00:00 2001 From: Alexander Popoff <alexander.popoff@flysto.net> Date: Tue, 25 Jul 2023 10:43:47 +0300 Subject: [PATCH] Update `.npmignore` & `.gitignore` --- .gitignore | 3 +++ .npmignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 3d7cb404..46a1ba69 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,6 @@ css/styles.css # Cache .cache/ + +# IDE +.idea/ diff --git a/.npmignore b/.npmignore index f27011d8..0d2df32c 100644 --- a/.npmignore +++ b/.npmignore @@ -47,3 +47,6 @@ test test-build css !lib/css + +# IDE +.idea/ -- GitLab