-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy path.gitignore
More file actions
167 lines (146 loc) · 1.76 KB
/
.gitignore
File metadata and controls
167 lines (146 loc) · 1.76 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
## Build output
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
artifacts/
dist/
build.sh
## NuGet
packages/
!packages/build/
*.nupkg
*.snupkg
**/[Pp]ackages/NuGet.Config
## .NET / MSBuild
*.props.user
project.lock.json
project.fragment.lock.json
*.nuget.props
*.nuget.targets
msbuild.log
msbuild.err
msbuild.wrn
## Roslyn
*.ide/
*.editorconfig.user
.vs/
*.GeneratedMSBuildEditorConfig.editorconfig
## Roslyn analyzers / security audit
*.sarif
*.ruleset.user
SecurityCodeScan.config.user
## Test results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
*.trx
*.coverage
*.coveragexml
TestResult.xml
*.VisualState.xml
## Code coverage
*.dotCover
coverage/
lcov.info
*.opencover.xml
## User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
## Visual Studio
*.rsuser
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
*.psess
*.vsp
*.vspx
*.sap
*.[Pp]ublish.xml
*.azurePubxml
*.pubxml
PublishScripts/
## VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
## JetBrains (Rider, PyCharm, IntelliJ)
.idea/
*.sln.iml
*.iml
*.ipr
*.iws
.idea_modules/
## ReSharper
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
## NCrunch
_NCrunch_*
.*crunch*.local.xml
## TeamCity
_TeamCity*
## Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
~$*
*~
## macOS
.DS_Store
.AppleDouble
.LSOverride
._*
## Common temporary and backup files
*.bak
*.bak2
*.orig
*.tmp
*.tmp_proj
*.swp
*.swo
*~
*.log
*.old
## Native build artifacts
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.ilk
*.meta
*.tlb
*.tli
*.tlh
*.sbr
*.rsp
dlldata.c
*_i.c
*_p.c
*_i.h
## Secrets and credentials (never commit these)
*.pfx
*.publishsettings
*.key
!key.snk
## SQL Server
*.mdf
*.ldf
## Microsoft Fakes
FakesAssemblies/
## NUnit
nunit-*.xml