1
0
mirror of https://github.com/github/gitignore synced 2024-11-22 11:44:21 +01:00

Update VisualStudio.gitignore

with the help of chatGPT I saw that adding the prefix **/ to the folders to ignore propagates the effect on all the folders of all the projects in the solution
This commit is contained in:
Davide Raffagli 2024-10-23 12:09:48 +02:00 committed by GitHub
parent 76739a38b5
commit e2220e5640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,20 +17,20 @@
mono_crash.*
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
**/[Dd]ebug/
**/[Dd]ebugPublic/
**/[Rr]elease/
**/[Rr]eleases/
**/x64/
**/x86/
**/[Ww][Ii][Nn]32/
**/[Aa][Rr][Mm]/
**/[Aa][Rr][Mm]64/
**/bld/
**/[Bb]in/
**/[Oo]bj/
**/[Ll]og/
**/[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory
.vs/