.gitignore 825 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .pnpm-store
  2. dist
  3. out
  4. out-*
  5. node_modules
  6. package-lock.json
  7. coverage/
  8. mock/
  9. .DS_Store
  10. *.orig
  11. # Builds
  12. bin/
  13. bin-unpacked/
  14. *.vsix
  15. # Local prompts and rules
  16. /local-prompts
  17. # Test environment
  18. .test_env
  19. .vscode-test/
  20. # Docs
  21. docs/_site/
  22. # Dotenv
  23. .env
  24. .env.*
  25. !.env.*.sample
  26. # Logging
  27. logs
  28. *.log
  29. # Vite development
  30. .vite-port
  31. # kilocode_change
  32. .history/
  33. .aider*
  34. .docker-cache/
  35. # Turborepo
  36. .turbo
  37. # IntelliJ and Qodo plugin folders
  38. .idea/
  39. .qodo/
  40. .vercel
  41. .roo/mcp.json
  42. # Nix / Direnv
  43. .direnv
  44. # Exclude Conport Directory (MCP server)
  45. context_portal/
  46. # Submodules
  47. deps/vscode/*
  48. !deps/vscode/.git
  49. # Qdrant
  50. qdrant_storage/
  51. # allow multiple local clones with different workspaces with different colors
  52. # to make it easier to work on features in parallel
  53. *.code-workspace
  54. # Act Secret Files
  55. .secrets
  56. # Architect plans
  57. ./plans/