We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f84aa8d + d5962b3 commit 2b1d7aeCopy full SHA for 2b1d7ae
1 file changed
VisualStudio.gitignore
@@ -28,12 +28,17 @@ x86/
28
[Aa][Rr][Mm]64/
29
[Aa][Rr][Mm]64[Ee][Cc]/
30
bld/
31
-[Bb]in/
32
[Oo]bj/
33
[Oo]ut/
34
[Ll]og/
35
[Ll]ogs/
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
+
42
# Visual Studio 2015/2017 cache/options directory
43
.vs/
44
# Uncomment if you have tasks that create the project's static files in wwwroot
0 commit comments