83 lines
849 B
Plaintext
83 lines
849 B
Plaintext
# Created by https://www.toptal.com/developers/gitignore/api/csharp,dotnet
|
|
# You can customize the patterns as needed
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.suo
|
|
|
|
# Build results
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
x64/
|
|
x86/
|
|
[Aa][Rr][Mm]/
|
|
[Aa][Rr][Mm]64/
|
|
bld/
|
|
[Bb]in/
|
|
[Oo]bj/
|
|
[Ll]og/
|
|
|
|
# .NET Core
|
|
.dotnet/
|
|
|
|
# Visual Studio
|
|
.vs/
|
|
.vscode/
|
|
*.cache
|
|
*.ncb
|
|
*.opensdf
|
|
*.sdf
|
|
*.cachefile
|
|
*.VC.db
|
|
*.VC.VC.opendb
|
|
|
|
# NuGet packages
|
|
*.nupkg
|
|
packages/
|
|
**/packages/*
|
|
|
|
# Build artifacts
|
|
*.dll
|
|
*.exe
|
|
*.pdb
|
|
*.exe.config
|
|
*.dll.config
|
|
*.deps.json
|
|
*.runtimeconfig.json
|
|
|
|
# IDEs
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Test results
|
|
[TestResults]/
|
|
coverage/
|
|
|
|
# ReSharper
|
|
_ReSharper*/
|
|
*.[Rr]e[Ss]harper
|
|
|
|
# TeamCity
|
|
_TeamCity*
|
|
|
|
# DotCover
|
|
*.dotCover
|
|
|
|
# NCrunch
|
|
.ncrunch*
|
|
*.crunch*.local.xml
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.orig
|
|
*.rej |