From b3c0af213928a864cf3e3dff235d4c132483daef Mon Sep 17 00:00:00 2001 From: Kevin Heyer Date: Sun, 27 Apr 2025 18:08:09 +0200 Subject: [PATCH] add caching and comments --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f2c5196..96b327d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,8 @@ +# Ignore inventory file. This are Submodules inventory/ -*.secret \ No newline at end of file + +# Ignore .secret files.... you know, there secret... +*.secret + +# Ignore Caching +cache/ \ No newline at end of file