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:
parent
76739a38b5
commit
e2220e5640
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user