From f849c50db11039c01e299b56c4f65dc6bd1e5fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Wed, 15 May 2024 14:18:07 +0200 Subject: [PATCH] Build: Add `/.github`, `/build` & `/external` to .gitignore Also, make some `.gitignore` paths absolute. Fixes gh-2075 --- .npmignore | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.npmignore b/.npmignore index fc25be141..9e6b8c0c8 100644 --- a/.npmignore +++ b/.npmignore @@ -1,10 +1,14 @@ -demos +/.github +/build +/demos /dist/cdn -tests +/external +/tests +/Gruntfile.js + +.csslintrc .editorconfig .eslintrc.json .eslintignore -.mailmap -Gruntfile.js -.csslintrc .gitattributes +.mailmap