.gitignore 665 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. # compiled output
  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. # 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. .history/*
  27. # misc
  28. /.sass-cache
  29. /connect.lock
  30. /coverage
  31. /libpeerconnection.log
  32. npm-debug.log
  33. yarn-error.log
  34. testem.log
  35. /typings
  36. # System Files
  37. .DS_Store
  38. Thumbs.db
  39. # Compodoc Documentation
  40. /documentation