| 1234567891011121314151617181920212223242526 |
- # 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/
- lib/
- tsconfig.tsbuildinfo
- # we want to keep binfiles here
- !bin/
|