fix: ignore temporary npm packages
This commit is contained in:
parent
82172170cf
commit
f20213c81a
2 changed files with 11 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
*.tgz
|
||||
|
||||
.direnv/
|
||||
dist/
|
||||
node_modules/
|
||||
|
|
9
.npmignore
Normal file
9
.npmignore
Normal file
|
@ -0,0 +1,9 @@
|
|||
Justfile
|
||||
|
||||
flake.*
|
||||
.??*
|
||||
*.md
|
||||
/*.js
|
||||
|
||||
src
|
||||
examples
|
Loading…
Reference in a new issue