From 04cc310abb2ae55c27c530a99788071b53581f82 Mon Sep 17 00:00:00 2001
From: "p.shestakov"
Date: Wed, 6 Mar 2024 10:50:22 +0200
Subject: [PATCH] added .vsconfig file to ignore in Unity's .gitignore file
---
Unity.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/Unity.gitignore b/Unity.gitignore
index 58cbc825..73613570 100644
--- a/Unity.gitignore
+++ b/Unity.gitignore
@@ -25,6 +25,7 @@
# Visual Studio cache directory
.vs/
+.vsconfig
# Gradle cache directory
.gradle/