aboutsummaryrefslogtreecommitdiff
path: root/.npmignore
diff options
context:
space:
mode:
Diffstat (limited to '.npmignore')
-rw-r--r--.npmignore39
1 files changed, 39 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..b20a6e4
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,39 @@
+# Dependencies and logs
+node_modules/
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+
+# Caches and temp
+.cache/
+.tmp/
+*.tgz
+
+# VCS / CI / IDE
+.git/
+.gitea/
+.github/
+.gitlab/
+.vscode/
+.idea/
+.DS_Store
+
+# Playground / tests / coverage
+playground/
+tests/
+coverage/
+**/__tests__/
+**/*.spec.*
+**/*.test.*
+
+# Source-only folders (built output lives in dist/)
+admin/
+server/
+
+# Misc project files
+renovate.config.cjs
+package-lock.json
+.env
+.env.*