32 lines
329 B
Plaintext
32 lines
329 B
Plaintext
# Source files
|
|
src/
|
|
examples/
|
|
*.test.ts
|
|
*.spec.ts
|
|
|
|
# Development files
|
|
.gitignore
|
|
tsconfig.json
|
|
bun.lock
|
|
|
|
# Build artifacts (keep only dist)
|
|
node_modules/
|
|
|
|
# Documentation (keep README.md)
|
|
docs/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log* |