diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-22 11:29:53 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-22 11:54:50 +0100 |
| commit | f29b392c6b68b7db98f5d6921ea588b559435f35 (patch) | |
| tree | 4b475215124ddc5efca8fa70cee49b9e67529abf /.npmignore | |
Initial implementation1.0.0
Diffstat (limited to '.npmignore')
| -rw-r--r-- | .npmignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..d34f025 --- /dev/null +++ b/.npmignore @@ -0,0 +1,5 @@ +src +test +Makefile +eslint.config.js +.editorconfig |