1
0
mirror of https://github.com/github/gitignore synced 2024-06-16 17:39:58 +02:00

Add Visual Studio Code cache directory

Since a long time, developers have been able to use Visual Studio Code inside of Unity. I don't claim exactly to know how it works, but regardless its cache directory should be ignored, whether it is ever created or not (if not now, it might be in the future).
This commit is contained in:
Casey Hofland 2023-01-12 17:02:37 +01:00 committed by CaseyDeCoder
parent 4488915eec
commit d8cafd215f

View File

@ -26,6 +26,9 @@
# Visual Studio cache directory
.vs/
# Visual Studio Code cache directory
.vscode/
# Gradle cache directory
.gradle/