Add solution and project files; introduce .gitignore and clean IDE/build artifacts

This commit is contained in:
erik 2025-05-30 23:06:07 +02:00
commit be5a4e9fa7
10 changed files with 270 additions and 0 deletions

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Visual Studio
.vs/
*.user
*.suo
*.userosscache
*.VC.db
# Build output
bin/
obj/
# Rider
.idea/
# NuGet
packages/
# Resharper
_ReSharper*/
# OS files
Thumbs.db
.DS_Store