Skip to content

Commit 2b1d7ae

Browse files
Merge pull request #3736 from aruanoguate/handle_dot_refresh_files
Handle .dll.refresh
2 parents f84aa8d + d5962b3 commit 2b1d7ae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

VisualStudio.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,17 @@ x86/
2828
[Aa][Rr][Mm]64/
2929
[Aa][Rr][Mm]64[Ee][Cc]/
3030
bld/
31-
[Bb]in/
3231
[Oo]bj/
3332
[Oo]ut/
3433
[Ll]og/
3534
[Ll]ogs/
3635

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

0 commit comments

Comments
 (0)