.gitignore 817 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. node_modules_artifact
  10. node_modules_artifact/**
  11. npm-debug.log
  12. yarn-error.log
  13. *.log
  14. *.err.log
  15. output/
  16. /outputs/
  17. .playwright-cli/
  18. # IDEs and editors
  19. .idea/
  20. .project
  21. .classpath
  22. .c9/
  23. *.launch
  24. .settings/
  25. *.sublime-workspace
  26. # Visual Studio Code
  27. .vscode/*
  28. !.vscode/settings.json
  29. !.vscode/tasks.json
  30. !.vscode/launch.json
  31. !.vscode/extensions.json
  32. .history/*
  33. # Miscellaneous
  34. /.angular/cache
  35. .sass-cache/
  36. /connect.lock
  37. /coverage
  38. /libpeerconnection.log
  39. testem.log
  40. /typings
  41. # System files
  42. .DS_Store
  43. Thumbs.db
  44. *.ovpn
  45. /docs/provider-archives
  46. /exports
  47. /uploads
  48. # Local agent / machine-specific (not for VCS)
  49. .claude/
  50. .mcp.json
  51. _relcheck.ps1