Merge pull request #4688 from 1234567Yang/main

Visual Studio: x86 and x64 only ignore in debug dir
This commit is contained in:
Daniel Johnson 2025-07-25 14:44:44 -07:00 committed by GitHub
commit 43df23c02c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,8 +22,21 @@ mono_crash.*
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Dd]ebug/x64/
[Dd]ebugPublic/x64/
[Rr]elease/x64/
[Rr]eleases/x64/
bin/x64/
obj/x64/
[Dd]ebug/x86/
[Dd]ebugPublic/x86/
[Rr]elease/x86/
[Rr]eleases/x86/
bin/x86/
obj/x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/