1
0
mirror of https://github.com/github/gitignore synced 2025-02-19 17:09:10 +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.* mono_crash.*
# Build results # Build results
[Dd]ebug/ **/[Dd]ebug/
[Dd]ebugPublic/ **/[Dd]ebugPublic/
[Rr]elease/ **/[Rr]elease/
[Rr]eleases/ **/[Rr]eleases/
x64/ **/x64/
x86/ **/x86/
[Ww][Ii][Nn]32/ **/[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/ **/[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/ **/[Aa][Rr][Mm]64/
bld/ **/bld/
[Bb]in/ **/[Bb]in/
[Oo]bj/ **/[Oo]bj/
[Ll]og/ **/[Ll]og/
[Ll]ogs/ **/[Ll]ogs/
# Visual Studio 2015/2017 cache/options directory # Visual Studio 2015/2017 cache/options directory
.vs/ .vs/