You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
989 B
81 lines
989 B
# Visual Studio artifacts
|
|
bin
|
|
obj
|
|
*.user
|
|
*.suo
|
|
*.vsp
|
|
*.csproj.VisualState.xml
|
|
*.vbproj.VisualState.xml
|
|
*.cache
|
|
TestResults
|
|
.vs
|
|
project.lock.json
|
|
.vscode
|
|
|
|
# JetBrains Rider artifacts
|
|
.idea
|
|
|
|
# CodeReview
|
|
codereview.rc
|
|
|
|
# GhostDoc artifacts
|
|
CSharpDriver.sln.GhostDoc.xml
|
|
|
|
# Mac OS artifacts
|
|
.DS_Store
|
|
|
|
# MonoDevelop artifacts
|
|
*.pidb
|
|
*.userprefs
|
|
test-results
|
|
|
|
# NUnit artifacts
|
|
TestResult.xml
|
|
|
|
# Resharper artifacts
|
|
_ReSharper.*
|
|
|
|
# Sandcastle artifacts
|
|
Help
|
|
*.shfbproj_*
|
|
|
|
# Vim artifacts
|
|
*.swp
|
|
*~
|
|
|
|
# Nuget artifacts
|
|
src/packages
|
|
|
|
# Nupkg artifacts
|
|
*.nupkg
|
|
*.snupkg
|
|
|
|
# NCrunch artifacts
|
|
*.ncrunch*
|
|
|
|
# Merge tool artifacts
|
|
*.cs.orig
|
|
*.vb.orig
|
|
|
|
# Fake Artifacts
|
|
.fake
|
|
|
|
# Cake Artifacts
|
|
.dotnet
|
|
|
|
# Benchmark Artifacts
|
|
benchmarks/MongoDB.Driver.Benchmarks/BenchmarkDotNet.Artifacts
|
|
benchmarks/MongoDB.Driver.Benchmarks/data
|
|
|
|
# AWS Lambda Function Tests Artifacts
|
|
tests/FaasTests/LambdaTests/.aws-sam
|
|
|
|
# Other
|
|
artifacts
|
|
packages
|
|
/tools
|
|
/evergreen/krb5.conf.empty
|
|
.config
|
|
**/*.so
|
|
**/*.dylib
|
|
**/*.dll
|