1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-28 17:49:40 +02:00

add npmignore

This commit is contained in:
Nikita Melnikov 2022-10-08 21:26:58 +08:00
parent ecb27e7e45
commit 1ec4d11883

8
.npmignore Normal file
View file

@ -0,0 +1,8 @@
*
!public/**/*
public/uploads
!dist/**/*
!package.json
!README.md
!yarn.lock
!LICENSE