ci: package publish ready
This commit is contained in:
27
.npmignore
Normal file
27
.npmignore
Normal file
@@ -0,0 +1,27 @@
|
||||
# Dependency and build cache directories
|
||||
node_modules/
|
||||
.bun/
|
||||
|
||||
# Source, tests, and local development files
|
||||
src/
|
||||
tests/
|
||||
scripts/
|
||||
coverage/
|
||||
tsconfig.json
|
||||
bun.lock
|
||||
|
||||
# Repository and CI metadata
|
||||
.git/
|
||||
.gitea/
|
||||
.gitignore
|
||||
|
||||
# Local runtime data and secrets
|
||||
.data/
|
||||
.hermes/
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
*.log
|
||||
|
||||
# Package artifacts
|
||||
*.tgz
|
||||
Reference in New Issue
Block a user