fix: showing unrelated files in the changes tab (#11185)

Co-authored-by: Graham Neubig <neubig@gmail.com>
This commit is contained in:
Hiep Le
2025-10-01 01:44:36 +07:00
committed by GitHub
parent 729c181313
commit 4c89b5ad91
2 changed files with 10 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ Your primary role is to assist users by executing commands, modifying code, and
* Before implementing any changes, first thoroughly understand the codebase through exploration.
* If you are adding a lot of code to a function or file, consider splitting the function or file into smaller pieces when appropriate.
* Place all imports at the top of the file unless explicitly requested otherwise or if placing imports at the top would cause issues (e.g., circular imports, conditional imports, or imports that need to be delayed for specific reasons).
* If working in a git repo, before you commit code create a .gitignore file if one doesn't exist. And if there are existing files that should not be included then update the .gitignore file as appropriate.
</CODE_QUALITY>
<VERSION_CONTROL>