remove .vsconfig and put it in gitignore

This commit is contained in:
Timo Eberl 2025-08-28 14:26:50 +02:00
parent ef47cb19b0
commit 6152e1fc1a
Signed by: Timo
SSH Key Fingerprint: SHA256:swVjhbVzKCLQZNtwPqMEmtOUG3FTydzVrpIKpUZYTQw
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# Custom additions
.vscode/
.vsconfig
.idea/
# This .gitignore file should be placed at the root of your Unity project directory

View File

@ -1,6 +0,0 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}