-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
337 lines (301 loc) · 4.87 KB
/
Copy path.gitignore
File metadata and controls
337 lines (301 loc) · 4.87 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
## ==========================================
## IDEs & Editors
## ==========================================
# Visual Studio / MonoDevelop / Xamarin
.vs/
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
*.userprefs
mono_crash.*
*.vshost.exe
*.vshost.exe.manifest
*.manifest
*.dbmdl
*.dbproj.schemaview
# JetBrains (Rider, ReSharper)
.idea/
riderModule.iml
_ReSharper*/
*.[Rr]e[Ss]harper
/_ReSharper.Caches/
*.sln.DotSettings.user
*.DotSettings.user
# VS Code (Configured to allow sharing team settings)
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
.history/
*.vsix
# Other Editors
Tabs Studio
*.tss
*.GhostDoc.xml
**/.cr/personal
**/.localhistory/
.vshistory/
## ==========================================
## Build & Output Directories
## ==========================================
# Standard .NET / VS Build Outputs
[Bb]in/
[Oo]bj/
bld/
out/
[Oo]ut/
build/
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
# Architecture Specific Outputs
x64/
x86/
[Ww][Ii][Nn]32/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
[Aa][Rr][Mm]64[Ee][Cc]/
# Deep Bin/Obj wildcard blocks
**/[Bb]in/*
!**/[Bb]in/*.refresh
# Visual Studio Auto-Generated & Build Files
Generated\ Files/
Generated_Code/
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.idb
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
!Directory.Build.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.tlog
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Windows Installer Outputs
*.cab
*.msi
*.msix
*.msm
*.msp
## ==========================================
## Secrets & Local Configuration
## ==========================================
# General secrets & Environment files
secrets.json
.secrets
.env
.env.*
!.env.example
# Local App Settings
appsettings.Development.json
appsettings.local.json
# User/Local DotSettings
*.sln.DotSettings
*.sln.DotSettings.user
# Strong name files (Signing keys - hidden by default for security)
# *.snk
## ==========================================
## NuGet & Dependencies
## ==========================================
# Packages folder (Old style or local caching)
**/[Pp]ackages/*
!**/[Pp]ackages/build/
# Uncomment if needed:
#!**/[Pp]ackages/repositories.config
# NuGet outputs
*.nupkg
*.snupkg
*.nuget.props
*.nuget.targets
# Node / Bower / Paket
node_modules/
# bower_components/
**/.paket/paket.exe
paket-files/
## ==========================================
## Testing, Diagnostics & Coverage
## ==========================================
# Test Results & Tools
[Tt]est[Rr]esult*/
TestResults/
TestResult.xml
nunit-*.xml
*.trx
*.VisualState.xml
*.received.*
# Code Coverage Tools
*.coverage
*.coveragexml
_NCrunch_*
.NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
*.dotCover
.axoCover/*
!.axoCover/settings.json
coverage*.json
coverage*.xml
coverage*.info
# Diagnostics, Dumps & Logs
[Ll]og/
[Ll]ogs/
*.log
*.binlog
MSBuild_Logs/
[Bb]uild[Ll]og.*
*.dmp
*.apkg
*.mdurl
*.e2e
## ==========================================
## Cloud, Web & External Tooling
## ==========================================
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
*.pubxml
*.publishproj
PublishScripts/
publish/
ClientBin/
# Microsoft Azure & AWS
csx/
*.build.csdef
ecf/
rcf/
.aws-sam
ASALocalRun/
# Windows Store App Packages
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload
# Databases & SQL Server
*.mdf
*.ldf
*.ndf
# Business Intelligence & LightSwitch
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Python / Node / F# / Misc Tools
**/__pycache__/
*.pyc
.ntvs_analysis.dat
**/.fake/
**/.ionide/
FodyWeavers.xsd
_Chutzpah*
BenchmarkDotNet.Artifacts/
project.lock.json
project.fragment.lock.json
artifacts/
.artifacts/
ScaffoldingReadMe.txt
StyleCopReport.xml
.sass-cache/
[Ee]xpress/
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
*.jfm
orleans.codegen.cs
FakesAssemblies/
AutoTest.Net/
*.mm.*
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
*.nvuser
**/.mfractor/
MigrationBackup/
healthchecksdb
# tools/**
# !tools/packages.config
# Legacy Visual Studio / TFS
$tf/
*.gpState
*.plg
*.opt
*.vbw
*.dsw
*.dsp
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
*.psess
*.vsp
*.vspx
*.sap
# Cache files
*.[Cc]ache
!?*.[Cc]ache/
## ==========================================
## OS Specific
## ==========================================
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Miscellaneous
~$*
*~