npmignore: ignore images and github specific things from npm archives

This commit is contained in:
Oj 2023-02-02 16:30:58 +00:00
parent 55fd414a19
commit 3d51aeaa4b

17
.npmignore Normal file
View File

@ -0,0 +1,17 @@
# miscellaneous
.DS_Store
# node
node_modules
package-lock.json
# pnpm
pnpm-lock.yaml
# gluon
build
gluon_data
# github stuff
.github
assets