We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac73d27 commit d5962b3Copy full SHA for d5962b3
VisualStudio.gitignore
@@ -27,12 +27,16 @@ x86/
27
[Aa][Rr][Mm]/
28
[Aa][Rr][Mm]64/
29
bld/
30
-**/[Bb]in/*
31
-!**/[Bb]in/*.refresh
32
[Oo]bj/
33
[Ll]og/
34
[Ll]ogs/
35
+# Build results on 'Bin' directories
+**/[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
+
40
# Visual Studio 2015/2017 cache/options directory
41
.vs/
42
# Uncomment if you have tasks that create the project's static files in wwwroot
0 commit comments