-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (50 loc) · 702 Bytes
/
.gitignore
File metadata and controls
50 lines (50 loc) · 702 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
45
46
47
48
49
50
.dotnet/
.DS_Store
.vs/
.idea*
_ReSharper*
_reports
_UpgradeReport_Files/
artifacts/
Backup*/
BenchmarkDotNet.Artifacts*/
[Bb]in/
coverage
coverage.*
junit.xml
MSBuild_Logs/
node_modules/
[Oo]bj/
PublishProfiles
TestResults/
Thumbs.db
UpgradeLog*.htm
UpgradeLog*.XML
*.binlog
*.db
*.db-shm
*.db-wal
*.DotSettings
*.GhostDoc.xml
*.log
*.nuget.props
*.nupkg
!.packages/*.nupkg
*.opensdf
*.pdb
*.[Pp]ublish.xml
*.publishproj
*.pubxml
*.sdf
*.sln.cache
*.sln.docstates
*.sln.ide
*.suo
*.user
*.nupkg
!.packages/*.nupkg
test/WebSites/CliExample/wwwroot/api-docs/v1/*.json
test/WebSites/CliExampleWithFactory/wwwroot/api-docs/v1/*.json
test/WebSites/NswagClientExample/NSwagClient/
*ncrunch*
*.received.*