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:
parent
33707bdb44
commit
8d7ae01ac3
|
|
@ -1 +1,8 @@
|
|||
node_modules/
|
||||
bin/
|
||||
obj/
|
||||
dist/
|
||||
*.user
|
||||
*.suo
|
||||
.vs/
|
||||
packages/
|
||||
*.nupkg
|
||||
|
|
|
|||
Loading…
Reference in New Issue