This commit is contained in:
bipproduction
2025-08-19 14:40:48 +08:00
commit 4e6480c913
9 changed files with 284 additions and 0 deletions

32
.npmignore Normal file
View File

@@ -0,0 +1,32 @@
# Node/Bun modules
node_modules
bun.lockb
# Git & metadata
.git
.gitignore
.npmignore
# Config & tools
tsconfig.json
bunfig.toml
.eslintrc*
.prettierrc*
.vscode
.idea
# Tests & examples
test
tests
__tests__
coverage
examples
demo
# Cache / temp
*.log
*.DS_Store
# Local env
.env
.env.*.local