aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-05-15 14:18:07 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-05-15 14:18:07 +0200
commitf849c50db11039c01e299b56c4f65dc6bd1e5fc0 (patch)
tree6c8f8dd179471ef3e0d70501c98436f3def25197
parent5f615c275d2c88305dd0733a12de3915a7c501af (diff)
downloadjquery-ui-f849c50db11039c01e299b56c4f65dc6bd1e5fc0.tar.gz
jquery-ui-f849c50db11039c01e299b56c4f65dc6bd1e5fc0.zip
Build: Add `/.github`, `/build` & `/external` to .gitignore
Also, make some `.gitignore` paths absolute. Fixes gh-2075
-rw-r--r--.npmignore14
1 files 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