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 9c7b92a commit 2f8c09dCopy full SHA for 2f8c09d
Global/VisualStudio.gitignore
@@ -6,12 +6,27 @@
6
*.user
7
8
# Build results
9
-Debug/
10
-Release/
+[Dd]ebug/
+[Rr]elease/
11
*.ncb
12
*.aps
13
*.obj
14
.builds
15
+*_i.c
16
+*_p.c
17
+*.ilk
18
+*.meta
19
+*.pch
20
+*.pdb
21
+*.pgc
22
+*.pgd
23
+*.rsp
24
+*.sbr
25
+*.tlb
26
+*.tli
27
+*.tlh
28
+*.tmp
29
+*.vspscc
30
31
# ReSharper is a .NET coding add-in
32
_ReSharper*
@@ -30,10 +45,8 @@ DocProject/Help/html
45
publish
46
47
# Others
33
-bin
34
-Bin
35
-obj
36
-Obj
48
+[Bb]in
49
+[Oo]bj
37
50
sql
38
51
TestResults
39
52
*.Cache
0 commit comments