From 19a8e77f8f60d453a3d5622f6cf52c4587cb7d83 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 4 Nov 2021 11:19:18 +0100 Subject: [PATCH] Added .cache folder to the gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 689234b..a014a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ release/** .vs/* .kdev4/* .vscode/* +.cache/** TestRWTextures