.gitignore 330 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .pnpm-store
  2. dist
  3. out
  4. out-*
  5. node_modules
  6. coverage/
  7. mock/
  8. .DS_Store
  9. # Builds
  10. bin/
  11. roo-cline-*.vsix
  12. # Local prompts and rules
  13. /local-prompts
  14. # Test environment
  15. .test_env
  16. .vscode-test/
  17. # Docs
  18. docs/_site/
  19. # Dotenv
  20. .env
  21. .env.*
  22. !.env.*.sample
  23. #Local lint config
  24. .eslintrc.local.json
  25. #Logging
  26. logs
  27. # Vite development
  28. .vite-port