Exclude .repo folders by default (#34431)

These are used by [Google's `repo`
tool](https://android.googlesource.com/tools/repo) used for Android for
managing hundreds of git subprojects.

Originally reported in:
- https://github.com/zed-industries/zed/issues/34302

Release Notes:

- Add Google Repo `.repo` folders to default `file_scan_exclusions`
This commit is contained in:
Peter Tripp 2025-07-14 18:16:28 -04:00 committed by GitHub
parent 26ba6e7e00
commit ce63a6ddd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1135,6 +1135,7 @@
"**/.svn",
"**/.hg",
"**/.jj",
"**/.repo",
"**/CVS",
"**/.DS_Store",
"**/Thumbs.db",