.gitignore 548 B

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