From 71381a074ccdddcb5f28d04400d9fc4523ae00c6 Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Wed, 22 Feb 2023 09:28:52 +0100 Subject: [PATCH] project-template: add .cache to gitignore (VSCode) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0eb37c2..ae508cd 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ build .vscode CMakeLists.txt.user *.code-workspace +.cache #files ending with ~ are emacs backups *~ #files ending with .swp might show up when using vi -- GitLab