| 12345678910111213141516171819202122 |
- # Coverage directory used by tools like istanbul
- coverage
- # Dependency directories
- node_modules/
- # Optional npm cache directory
- .npm
- # Optional REPL history
- .node_repl_history
- # Output of 'npm pack'
- *.tgz
- # dotenv environment variables file
- .env
- # Build directory
- dist/
- tsconfig.tsbuildinfo
|