mirror of https://github.com/buster-so/buster.git
56 lines
603 B
Plaintext
56 lines
603 B
Plaintext
# TypeScript build artifacts
|
|
dist/
|
|
build/
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
pnpm-debug.log*
|
|
pnpm-error.log*
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
# Node modules
|
|
node_modules/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment files (SDK doesn't use env, but just in case)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Test artifacts
|
|
junit.xml
|
|
test-results/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
*.bak
|
|
|
|
# Package manager files
|
|
.pnpm-debug.log*
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db |