From 59a6f16f643d37bdb87ffc0b280d4c7fad6e1a37 Mon Sep 17 00:00:00 2001 From: Denes Tarjan Date: Fri, 26 Apr 2024 08:18:26 +0000 Subject: [PATCH] Add .devcontainer/ccache_storage to .gitignore This directory contains lots of temporary files which we never want to commit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d87d84493..5c6996fbc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build/ public/ +.devcontainer/ccache_storage -- GitLab