Compare commits

..

3 Commits

Author SHA1 Message Date
Martin Woodward
2b1d7aec2c
Merge pull request #3736 from aruanoguate/handle_dot_refresh_files
Handle .dll.refresh
2025-06-13 19:42:41 +01:00
Alvaro Enrique Ruano
d5962b38af
Making .refresh exclusion optional 2021-05-30 11:17:00 -06:00
Alvaro Enrique Ruano
ac73d272df Handle .dll.refresh 2021-05-14 22:51:17 -06:00

View File

@ -28,12 +28,17 @@ x86/
[Aa][Rr][Mm]64/ [Aa][Rr][Mm]64/
[Aa][Rr][Mm]64[Ee][Cc]/ [Aa][Rr][Mm]64[Ee][Cc]/
bld/ bld/
[Bb]in/
[Oo]bj/ [Oo]bj/
[Oo]ut/ [Oo]ut/
[Ll]og/ [Ll]og/
[Ll]ogs/ [Ll]ogs/
# Build results on 'Bin' directories
**/[Bb]in/*
# Uncomment if you have tasks that rely on *.refresh files to move binaries
# (https://github.com/github/gitignore/pull/3736)
#!**/[Bb]in/*.refresh
# Visual Studio 2015/2017 cache/options directory # Visual Studio 2015/2017 cache/options directory
.vs/ .vs/
# Uncomment if you have tasks that create the project's static files in wwwroot # Uncomment if you have tasks that create the project's static files in wwwroot