.gitignore 610 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # See https://docs.github.com/get-started/getting-started-with-git/ignoring-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. !.vscode/tailwind.json
  26. .history/*
  27. # Miscellaneous
  28. /.angular/cache
  29. .sass-cache/
  30. /connect.lock
  31. /coverage
  32. /libpeerconnection.log
  33. testem.log
  34. /typings
  35. # System files
  36. .DS_Store
  37. Thumbs.db