Adding .vs folder to gitignore to handle Visual Studio generation

This commit is contained in:
rockstardev
2023-10-12 11:53:21 -05:00
parent 8fda803158
commit f4fe2fa4c4

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
**/bin/**/*
**/bin/**/*
**/obj
.idea
Plugins/packed
.vs/