Files
g3n/.npmignore
bipproduction 4e6480c913 tambahan
2025-08-19 14:40:48 +08:00

33 lines
297 B
Plaintext

# 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