| 1234567891011121314151617181920212223242526272829303132333435 |
- # Dependencies
- node_modules/
- # Build output
- dist/
- *.tsbuildinfo
- # Coverage
- coverage/
- .nyc_output/
- # IDE
- .vscode/
- .idea/
- *.swp
- *.swo
- *~
- # OS
- .DS_Store
- Thumbs.db
- # Logs
- *.log
- npm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- # Environment
- .env
- .env.local
- .env.*.local
- # Testing
- .vitest/
|