Add gitignore

This commit is contained in:
2026-01-13 21:14:56 -05:00
parent c46eb82b54
commit 5ce3a30588

83
.gitignore vendored Normal file
View File

@@ -0,0 +1,83 @@
# 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