Add .gitignore

This commit is contained in:
DiamondCreeper 2024-11-30 18:19:26 +13:00
parent cf4086a310
commit 9330106c24

55
.gitignore vendored Normal file
View file

@ -0,0 +1,55 @@
# Ignore build results
[Dd]ebug/
[Dd]ebugPublic/
[Dd]ist/
[Dd]ebug-vs2019/
[Dd]ebug-vs2022/
[Dd]ebug-AnyCPU/
[Dd]ebug-AnyCPU-*
[Dd]ebug-x64/
[Dd]ebug-x86/
bin/
obj/
# User-specific files
*.user
*.userosscache
*.suo
*.userprefs
# User-specific files (Windows)
.vs2019/
.vs2017/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows Installer files (Backup)
*.bak
# Rider IDE files
.idea/
# .NET Core files
project.lock.json
project.fragment.lock.json
artifacts/
# Windows image file caches
Thumbs.db
ehthumbs.db
# Windows Installer file caches
*.cab
# JetBrains Rider files
.idea/
# VS Code directory
.vscode/
# ASP.NET Core web app
wwwroot/