.gitignore 534 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. # Node
  8. npm-debug.log
  9. yarn-error.log
  10. # IDEs and editors
  11. .idea/
  12. .project
  13. .classpath
  14. .c9/
  15. *.launch
  16. .settings/
  17. *.sublime-workspace
  18. # Visual Studio Code
  19. .vscode/*
  20. !.vscode/settings.json
  21. !.vscode/tasks.json
  22. !.vscode/launch.json
  23. !.vscode/extensions.json
  24. .history/*
  25. # Miscellaneous
  26. /.angular/cache
  27. .sass-cache/
  28. /connect.lock
  29. /coverage
  30. /libpeerconnection.log
  31. testem.log
  32. /typings
  33. # System files
  34. .DS_Store
  35. Thumbs.db