Skip to content

Commit d5962b3

Browse files
committed
Making .refresh exclusion optional
1 parent ac73d27 commit d5962b3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

VisualStudio.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@ x86/
2727
[Aa][Rr][Mm]/
2828
[Aa][Rr][Mm]64/
2929
bld/
30-
**/[Bb]in/*
31-
!**/[Bb]in/*.refresh
3230
[Oo]bj/
3331
[Ll]og/
3432
[Ll]ogs/
3533

34+
# Build results on 'Bin' directories
35+
**/[Bb]in/*
36+
# Uncomment if you have tasks that rely on *.refresh files to move binaries
37+
# (https://github.com/github/gitignore/pull/3736)
38+
#!**/[Bb]in/*.refresh
39+
3640
# Visual Studio 2015/2017 cache/options directory
3741
.vs/
3842
# Uncomment if you have tasks that create the project's static files in wwwroot

0 commit comments

Comments
 (0)