Skip to content

support configuring ignored files in auto sync#629

Merged
guchenhe merged 2 commits into
mainfrom
feature/ignore-files-config
Dec 23, 2025
Merged

support configuring ignored files in auto sync#629
guchenhe merged 2 commits into
mainfrom
feature/ignore-files-config

Conversation

@guchenhe
Copy link
Copy Markdown
Contributor

  • Add ignore_files config to exclude specific files from translation
  • update config

guchenhe and others added 2 commits December 23, 2025 15:30
Adds ability to specify source language files that should not be translated:
- New `ignore_files` array in config.json
- Validation ensures paths start with source dir, have valid extension, no traversal
- Filtering applied in PRAnalyzer.categorize_files() and SyncPlanGenerator.generate_sync_plan()

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@guchenhe guchenhe requested a review from RiskeyL as a code owner December 23, 2025 23:45
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 23, 2025
@guchenhe guchenhe merged commit 61466c3 into main Dec 23, 2025
1 check passed
@dosubot dosubot Bot added the enhancement New feature or request label Dec 23, 2025
RiskeyL pushed a commit that referenced this pull request Dec 24, 2025
* Add ignore_files config to exclude specific files from translation

Adds ability to specify source language files that should not be translated:
- New `ignore_files` array in config.json
- Validation ensures paths start with source dir, have valid extension, no traversal
- Filtering applied in PRAnalyzer.categorize_files() and SyncPlanGenerator.generate_sync_plan()

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* update config

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
@RiskeyL RiskeyL deleted the feature/ignore-files-config branch March 16, 2026 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant