Add .gitignore to exclude build artifacts

This commit is contained in:
alexandriaa
2026-04-05 22:56:38 -04:00
parent 8a3f3faa70
commit b549fd076c
+42
View File
@@ -0,0 +1,42 @@
# Build results
bin/
obj/
[Bb]uild/
[Ll]og/
[Ll]ogs/
# Visual Studio
.vs/
.vscode/
.VSCodeCounter/
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# IDE
.idea/
*.swp
*~
# Kilo
.kilo/
# NuGet
*.nupkg
*.snupkg
packages/
# Rider
*.sln.iml
# OS generated
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db