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