-
-
Notifications
You must be signed in to change notification settings - Fork 804
Expand file tree
/
Copy path.gitignore
More file actions
44 lines (36 loc) · 623 Bytes
/
.gitignore
File metadata and controls
44 lines (36 loc) · 623 Bytes
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
# .NET build output
bin/
obj/
# Tests
BenchmarkDotNet.Artifacts/
TestResults/
__mismatch__/
coverage.json
coverage.opencover.xml
lcov.info
# TypeScript
*.tsbuildinfo
# IDE (VS Code / Rider / Visual Studio)
*.DotSettings
*.DotSettings.user
*.csproj.lscache
*.user
.idea/
.vs/
# OS
.DS_Store
# NuGet
*.nupkg
packages.lock.json
# Repo-specific build helpers
output/
publish/
# Roslyn source-generator output (EmitCompilerGeneratedFiles=true)
.generated/
src/Mocha/benchmarks/Mocha.Mediator.Benchmarks/Generated/
# Repo-specific scratch
.claude/
.work/
Directory.Build.user.props
appsettings.user.json
.playwright-mcp/