tambahan
This commit is contained in:
32
.npmignore
Normal file
32
.npmignore
Normal 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
|
||||
Reference in New Issue
Block a user