-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
60 lines (45 loc) · 1.04 KB
/
.gitignore
File metadata and controls
60 lines (45 loc) · 1.04 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
# User-specific files
*.suo
*.user
# Build results
[Bb]in/
[Oo]bj/
artifacts
.vs/
# Node
node_modules/
npm-debug.log
yarn-error.log
docs/.vitepress/dist/
docs/.vitepress/cache/
# Benchmark Results
BenchmarkDotNet.Artifacts/
# But keep the CoreBenchmarks CSV for the update script
!benchmarks/Foundatio.Mediator.Benchmarks/BenchmarkDotNet.Artifacts/results/
!benchmarks/Foundatio.Mediator.Benchmarks/BenchmarkDotNet.Artifacts/results/Foundatio.Mediator.Benchmarks.CoreBenchmarks-report.csv
!benchmarks/Foundatio.Mediator.Benchmarks/BenchmarkDotNet.Artifacts/results/Foundatio.Mediator.Benchmarks.FoundatioBenchmarks-report.csv
# MSTest test Results
[Tt]est[Rr]esult*/
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding addin-in
.JustCode
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
_NCrunch_*
.*crunch*.local.xml
# NuGet Packages
*.nupkg
.DS_Store
# Rider
.idea
# Claude
.claude
# Generated files
*.g.cs
Generated/
nul
"samples/CleanArchitectureSample/src/Web/obj//Debug/