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:
parent
26ba6e7e00
commit
ce63a6ddd8
1 changed files with 1 additions and 0 deletions
|
@ -1135,6 +1135,7 @@
|
|||
"**/.svn",
|
||||
"**/.hg",
|
||||
"**/.jj",
|
||||
"**/.repo",
|
||||
"**/CVS",
|
||||
"**/.DS_Store",
|
||||
"**/Thumbs.db",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue