We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719f9ba commit 3f3d4c2Copy full SHA for 3f3d4c2
1 file changed
.gitignore
@@ -14,6 +14,13 @@ x64/
14
[Bb]in/
15
[Oo]bj/
16
17
+# Visual Studio 2015/2017 cache/options directory
18
+.vs/
19
+# Uncomment if you have tasks that create the project's static files in wwwroot
20
+#wwwroot/
21
+
22
+# Visual Studio 2017 auto generated files
23
+Generated\ Files/
24
# MSTest test Results
25
[Tt]est[Rr]esult*/
26
[Bb]uild[Ll]og.*
@@ -122,12 +129,4 @@ Thumbs.db
122
129
ehthumbs.db
123
130
124
131
# Folder config file
125
-Desktop.ini
126
-
127
-# Recycle Bin used on file shares
128
-$RECYCLE.BIN/
-# Mac desktop service store files
-.DS_Store
132
133
-_NCrunch*
+Desktop.ini
0 commit comments