.gitignore 641 B

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