Skip to content

Commit 45280d7

Browse files
author
wutian
committed
Merge branch 'main' into fix/5721-file-search-in-large-projects
2 parents 252ff93 + 1e17b3b commit 45280d7

File tree

416 files changed

+18490
-7554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

416 files changed

+18490
-7554
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,17 @@ src/assets/docs/demo.gif filter=lfs diff=lfs merge=lfs -text
44

55
# Test snapshot files - mark as linguist-generated to exclude from GitHub language statistics
66
*.snap linguist-generated=true
7+
8+
# Non-English translation files - mark as linguist-generated to exclude from GitHub language statistics
9+
# Root locales directory (contains only non-English translations)
10+
locales/** linguist-generated=true
11+
12+
# Mark all locale directories as generated first
13+
src/i18n/locales/** linguist-generated=true
14+
webview-ui/src/i18n/locales/** linguist-generated=true
15+
16+
# Then explicitly mark English directories as NOT generated (override the above)
17+
src/i18n/locales/en/** linguist-generated=false
18+
webview-ui/src/i18n/locales/en/** linguist-generated=false
19+
20+
# This approach uses gitattributes' last-match-wins rule to exclude English while including all other locales

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ dist
33
out
44
out-*
55
node_modules
6+
package-lock.json
67
coverage/
78
mock/
89

.roo/rules-issue-fixer-orchestrator/10_pr_template_format.xml

Lines changed: 0 additions & 213 deletions
This file was deleted.

0 commit comments

Comments
 (0)