mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
36 lines
707 B
Text
36 lines
707 B
Text
# Exclude everything
|
|
**
|
|
|
|
# Include README.md, CHANGELOG.md and LICENSE
|
|
!README.md
|
|
!CHANGELOG.md
|
|
!LICENSE
|
|
|
|
# Include package.json
|
|
!package.json
|
|
!package.nls.*
|
|
|
|
# Include the built extension
|
|
!dist
|
|
|
|
# Include the built webview
|
|
!**/*.map
|
|
!webview-ui/audio
|
|
!webview-ui/build/assets/*.js
|
|
!webview-ui/build/assets/*.ttf
|
|
!webview-ui/build/assets/*.css
|
|
!webview-ui/build/assets/fonts/*.woff
|
|
!webview-ui/build/assets/fonts/*.woff2
|
|
!webview-ui/build/assets/fonts/*.ttf
|
|
|
|
# Include default themes JSON files used in getTheme
|
|
!integrations/theme/default-themes/**
|
|
|
|
# Include icons and images
|
|
!assets/codicons/**
|
|
!assets/vscode-material-icons/**
|
|
!assets/icons/**
|
|
!assets/images/**
|
|
|
|
# Include .env file for telemetry
|
|
!.env
|