.gitignore 592 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. # Compiled output
  3. /dist
  4. /tmp
  5. /out-tsc
  6. /bazel-out
  7. # Log files
  8. /log
  9. # Node
  10. /node_modules
  11. npm-debug.log
  12. yarn-error.log
  13. package-lock.json
  14. # IDEs and editors
  15. .idea/
  16. .project
  17. .classpath
  18. .c9/
  19. *.launch
  20. .settings/
  21. *.sublime-workspace
  22. # Visual Studio Code
  23. .vscode/*
  24. !.vscode/settings.json
  25. !.vscode/tasks.json
  26. !.vscode/launch.json
  27. !.vscode/extensions.json
  28. .history/*
  29. # Miscellaneous
  30. /.angular/cache
  31. .sass-cache/
  32. /connect.lock
  33. /coverage
  34. /libpeerconnection.log
  35. testem.log
  36. /typings
  37. .hintrc
  38. # System files
  39. .DS_Store
  40. Thumbs.db