diff options
Diffstat (limited to '.npmignore')
| -rw-r--r-- | .npmignore | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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/ |