.gitignore 342 B

1234567891011121314151617181920212223242526
  1. # Coverage directory used by tools like istanbul
  2. coverage
  3. # Dependency directories
  4. node_modules/
  5. # Optional npm cache directory
  6. .npm
  7. # Optional REPL history
  8. .node_repl_history
  9. # Output of 'npm pack'
  10. *.tgz
  11. # dotenv environment variables file
  12. .env
  13. # Build directory
  14. dist/
  15. lib/
  16. tsconfig.tsbuildinfo
  17. # we want to keep binfiles here
  18. !bin/