Update .gitignore for C# standalone app

Replace Node.js ignores with .NET build output patterns.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
duffyduck 2026-04-03 10:26:39 +02:00
parent 33707bdb44
commit 8d7ae01ac3
1 changed files with 8 additions and 1 deletions

9
.gitignore vendored
View File

@ -1 +1,8 @@
node_modules/
bin/
obj/
dist/
*.user
*.suo
.vs/
packages/
*.nupkg