.gitignore 614 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. # compiled output
  3. /dist
  4. /tmp
  5. /out-tsc
  6. # dependencies
  7. /node_modules
  8. # profiling files
  9. chrome-profiler-events.json
  10. speed-measure-plugin.json
  11. # IDEs and editors
  12. /.idea
  13. .project
  14. .classpath
  15. .c9/
  16. *.launch
  17. .settings/
  18. *.sublime-workspace
  19. # IDE - VSCode
  20. .vscode/*
  21. !.vscode/settings.json
  22. !.vscode/tasks.json
  23. !.vscode/launch.json
  24. !.vscode/extensions.json
  25. .history/*
  26. # misc
  27. /.sass-cache
  28. /connect.lock
  29. /coverage
  30. /libpeerconnection.log
  31. npm-debug.log
  32. yarn-error.log
  33. testem.log
  34. /typings
  35. # System Files
  36. .DS_Store
  37. Thumbs.db
  38. .vscode
  39. _cli-tpl
  40. _mock
  41. e2e