1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

.gitignore: ignore Visual Studio's .vs/ folder

This commit is contained in:
Delyan Angelov 2022-10-17 22:02:22 +03:00
parent 21d18b0792
commit 4564a47fbc

1
.gitignore vendored
View File

@ -61,6 +61,7 @@ fns.txt
.project .project
.classpath .classpath
.c9 .c9
.vs
*.launch *.launch
.settings/ .settings/
*.sublime-workspace *.sublime-workspace