ignore .cache directory (vscode)

This commit is contained in:
Corentin Le Molgat
2021-09-17 14:27:21 +02:00
parent 3781b8511d
commit 0fea813da5

1
.gitignore vendored
View File

@@ -62,6 +62,7 @@ CMakeLists.txt.user
.idea/*
.idea/
cache/
.cache/
**/.vscode/*
.DS_Store
**/.vs/*