Skip to content

Commit 83be9fc

Browse files
committed
Update gitignore file
1 parent e97becd commit 83be9fc

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

Diff for: .gitignore

+6-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
# User-specific files
2+
.vs/
3+
.idea/
24
*.suo
35
*.user
4-
*.userosscache
5-
*.sln.docstates
6-
.idea/
76

87
# Build results
9-
[Dd]ebug/
10-
[Dd]ebugPublic/
11-
[Rr]elease/
12-
[Rr]eleases/
13-
[Xx]64/
14-
[Xx]86/
15-
[Bb]uild/
16-
bld/
17-
[Bb]in/
18-
[Oo]bj/
8+
bin/
9+
obj/
1910

20-
# Coverage
21-
*.opencover.xml
11+
# Test results
12+
TestResults/

0 commit comments

Comments
 (0)