-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
47 lines (36 loc) · 875 Bytes
/
.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
# Visual Studio artifacts
.vs/
bin/
obj/
# Visual Studio Code artifacts
.vscode/
/Tests/Infrastructure/TestInfrastructure/Properties/launchSettings.json
/Tests/Infrastructure/TestInfrastructure/TestInfrastructure.csproj.user
# Rider IDE artifacts
.idea/
mono_crash.mem.*
Todo.sln.DotSettings.user
# ReSharper artifacts
*.sln.DotSettings.user
# Application logs
/**/Logs/
# Tests
/Tests/**/.TestResults/
/Tests/**/TestResults/
LivingDoc.html
# Code coverage
/Tests/**/.CodeCoverageResults/
/Tests/**/coverage.cobertura.xml
/Tests/**/coverage.opencover.xml
/Tests/**/coverage.json
# SonarQube scanner artifacts
.sonarqube/
# File containing environment variables used by docker-compose
*.env
# Report generated by dotnet-format tool
./dotnet-format-report.json
# Log file generated by dotnet-format tool
/formatDiagnosticLog.binlog
# Verify
*.received.*
*.received/