1
0
mirror of https://github.com/github/gitignore synced 2025-06-27 17:18:52 +02:00

Merge pull request #3736 from aruanoguate/handle_dot_refresh_files

Handle .dll.refresh
This commit is contained in:
Martin Woodward 2025-06-13 19:42:41 +01:00 committed by GitHub
commit 2b1d7aec2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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