.gitignore 642 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. # Only exists if Bazel was run
  7. /bazel-out
  8. # dependencies
  9. /node_modules
  10. #iconos
  11. # icons.json
  12. # profiling files
  13. chrome-profiler-events*.json
  14. # IDEs and editors
  15. /.idea
  16. .project
  17. .classpath
  18. .c9/
  19. *.launch
  20. .settings/
  21. *.sublime-workspace
  22. # IDE - VSCode
  23. .vscode/*
  24. !.vscode/settings.json
  25. !.vscode/tasks.json
  26. !.vscode/launch.json
  27. !.vscode/extensions.json
  28. .history/*
  29. # misc
  30. /.angular/cache
  31. /.sass-cache
  32. /connect.lock
  33. /coverage
  34. /libpeerconnection.log
  35. npm-debug.log
  36. yarn-error.log
  37. testem.log
  38. /typings
  39. # System Files
  40. .DS_Store
  41. Thumbs.db