35 lines
306 B
Plaintext
35 lines
306 B
Plaintext
node_modules
|
|
.git
|
|
.env
|
|
.env*
|
|
*.log
|
|
.nyc_output
|
|
coverage
|
|
.DS_Store
|
|
.turbo
|
|
.idea
|
|
.vscode
|
|
|
|
# Test files
|
|
integration-tests/
|
|
**/__tests__/
|
|
**/*.spec.ts
|
|
**/*.test.ts
|
|
|
|
# Documentation
|
|
www/
|
|
**/*.md
|
|
!README.md
|
|
docs/
|
|
|
|
# Build artifacts
|
|
**/dist/
|
|
**/build/
|
|
|
|
# Cache
|
|
.yarn/cache
|
|
.yarn/install-state.gz
|
|
|
|
# Misc
|
|
.claude/
|