33 lines
297 B
Plaintext
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
|