From 630852bc6ddb1493e14a18d01d45b5807d0a8405 Mon Sep 17 00:00:00 2001 From: Pimpest <82343504+Pimpest@users.noreply.github.com> Date: Tue, 25 Feb 2025 02:02:16 +0100 Subject: [PATCH] Added .cache to dockerignore and gitignore --- .dockerignore | 3 ++- .gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index c70784e..287fb47 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ log/ build/ -install/ \ No newline at end of file +install/ +.cache \ No newline at end of file diff --git a/.gitignore b/.gitignore index 29cad58..03df00c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ build/ install/ -log/ \ No newline at end of file +log/ +.cache \ No newline at end of file