.gitignore 590 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. # compiled output
  3. /dist
  4. /tmp
  5. /out-tsc
  6. /node_modules
  7. # dependencies
  8. /node_modules
  9. # profiling files
  10. chrome-profiler-events.json
  11. speed-measure-plugin.json
  12. # IDEs and editors
  13. /.idea
  14. .project
  15. .classpath
  16. .c9/
  17. *.launch
  18. .settings/
  19. *.sublime-workspace
  20. # IDE - VSCode
  21. .vscode/*
  22. !.vscode/settings.json
  23. !.vscode/tasks.json
  24. !.vscode/launch.json
  25. !.vscode/extensions.json
  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