From 4f22eb4ce9942dd2be03ac0cf07a515d6d7f7473 Mon Sep 17 00:00:00 2001 From: hheik <4469778+hheik@users.noreply.github.com> Date: Mon, 20 Mar 2023 05:11:09 +0200 Subject: [PATCH] Added cache directory to .gitignore --- .gitignore | 3 +++ assets/cache/.keep | 0 2 files changed, 3 insertions(+) create mode 100644 assets/cache/.keep diff --git a/.gitignore b/.gitignore index ea8c4bf..9fdf3a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ /target + +assets/cache/* +!assets/cache/.keep diff --git a/assets/cache/.keep b/assets/cache/.keep new file mode 100644 index 0000000..e69de29