forked from Trickyyy/Oxide.Ext.Discord
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
80 lines (70 loc) · 1.05 KB
/
.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
69
70
71
72
73
74
75
76
77
78
79
80
## 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/
Oxide.Ext.Discord/bin
Oxide.Ext.Discord/obj
# 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
# OS-specific files
.*DS_Store
# Project-specific files
!**/Dependencies/x64/
!**/Dependencies/x86/
!**/Dependencies/Linux/x64/
!**/Dependencies/Linux/x86/
Bundles/
.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*
*.StyleCop
*.Cache