npmignore: ignore images and github specific things from npm archives
This commit is contained in:
parent
55fd414a19
commit
3d51aeaa4b
17
.npmignore
Normal file
17
.npmignore
Normal 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
|
Loading…
x
Reference in New Issue
Block a user