.gitignore 301 B

12345678910111213141516171819202122
  1. # compiled output
  2. /dist
  3. /tmp
  4. /out-tsc
  5. # Only exists if Bazel was run
  6. /bazel-out
  7. # dependencies
  8. /node_modules
  9. # profiling files
  10. chrome-profiler-events*.json
  11. speed-measure-plugin*.json
  12. # misc
  13. /.sass-cache
  14. /connect.lock
  15. /coverage
  16. /libpeerconnection.log
  17. npm-debug.log
  18. yarn-error.log
  19. testem.log
  20. /typings