-
Notifications
You must be signed in to change notification settings - Fork 32
/
.gitignore
68 lines (59 loc) · 871 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ins.
# Build output
[Bb]in/
[Dd]ebug/
[Dd]ebugPublic/
[Oo]bj/
[Rr]elease/
[Rr]eleases/
build/
bld/
x64/
x86/
# Build testing
## MSTest
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
## NUnit
*.VisualState.xml
TestResult.xml
# NuGet packages
*.nupkg
**/packages/*
!**/packages/build/
!**/packages/repositories.config
# Project-specific files
.deploy
# Roslyn caches
*.ide/
# User-specific files
.idea/
*.sln.docstates
*.suo
*.user
*.userosscache
*.userprefs
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio
.vs/
*.psess
*.vsp
*.vspx
# Visual Studio add-ins
## DotCover code coverage tool
*.dotCover
## JustCode add-in
.JustCode
## ReSharper add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
## TeamCity add-in
_TeamCity*