mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
* Add Requesty OAuth flow * New 1-click onboarding flow * Requesty: Use correct default model info * When called from the onboard flow, created the default profile Glama OAuth handler changed for consistency. * Add router images * Shuffle the routers * Translate * Appease knip --------- Co-authored-by: Daniel Trugman <dtrugman@gmail.com>
56 lines
1.1 KiB
Text
56 lines
1.1 KiB
Text
# Default
|
|
.github/**
|
|
.husky/**
|
|
.vscode/**
|
|
.vscode-test/**
|
|
out/**
|
|
out-integration/**
|
|
benchmark/**
|
|
e2e/**
|
|
node_modules/**
|
|
src/**
|
|
.gitignore
|
|
.yarnrc
|
|
esbuild.js
|
|
vsc-extension-quickstart.md
|
|
**/tsconfig.json
|
|
**/.eslintrc.json
|
|
**/*.map
|
|
**/*.ts
|
|
**/.vscode-test.*
|
|
|
|
# Custom
|
|
demo.gif
|
|
.nvmrc
|
|
.gitattributes
|
|
.prettierignore
|
|
.clinerules*
|
|
.roomodes
|
|
cline_docs/**
|
|
coverage/**
|
|
locales/**
|
|
|
|
# Ignore all webview-ui files except the build directory (https://github.com/microsoft/vscode-webview-ui-toolkit-samples/blob/main/frameworks/hello-world-react-cra/.vscodeignore)
|
|
webview-ui/src/**
|
|
webview-ui/public/**
|
|
webview-ui/scripts/**
|
|
webview-ui/index.html
|
|
webview-ui/README.md
|
|
webview-ui/package.json
|
|
webview-ui/package-lock.json
|
|
webview-ui/node_modules/**
|
|
**/.gitignore
|
|
|
|
# Fix issue where codicons don't get packaged (https://github.com/microsoft/vscode-extension-samples/issues/692)
|
|
!node_modules/@vscode/codicons/dist/codicon.css
|
|
!node_modules/@vscode/codicons/dist/codicon.ttf
|
|
|
|
# Include default themes JSON files used in getTheme
|
|
!src/integrations/theme/default-themes/**
|
|
|
|
# Include icons and images
|
|
!assets/icons/**
|
|
!assets/images/**
|
|
|
|
# Include .env file for telemetry
|
|
!.env
|