aboutsummaryrefslogtreecommitdiff
path: root/.npmignore
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-26 20:18:30 -0700
committernetop://ウィビ <paul@webb.page>2026-04-26 20:18:30 -0700
commit3c06c95f396b6e911076bc3291d5855ed01b5caa (patch)
tree17cd218339c52fbeee93d931303b04a3ff294f8b /.npmignore
parentf059d97ab7f6d74d61139ac698cb871be7cb632e (diff)
downloadgraphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.tar.gz
graphiql-3c06c95f396b6e911076bc3291d5855ed01b5caa.zip
cleanup and ready for launch
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore10
1 files changed, 6 insertions, 4 deletions
diff --git a/.npmignore b/.npmignore
index f1b7da2..56f8952 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1,9 +1,11 @@
-source/
-tests/
-playground/
-PLAN.md
+# Files
.gitignore
svelte.config.js
tsconfig.json
vite.config.ts
vitest.config.ts
+
+# Directories
+playground/
+source/
+tests/