From 169b8583d087008894f205163b399ba1884cf7b6 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Mon, 7 Oct 2019 00:56:19 +0200 Subject: [PATCH] Added cache folder to repository --- .gitignore | 4 +++- cache/README.md | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 cache/README.md diff --git a/.gitignore b/.gitignore index e808c30..95d338c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ agent/* config/* cache/* .vscode/ -*.log \ No newline at end of file +*.log + +!cache/README.md diff --git a/cache/README.md b/cache/README.md new file mode 100644 index 0000000..5af9fa2 --- /dev/null +++ b/cache/README.md @@ -0,0 +1,3 @@ +# Cache folder + +Every content the module requires to run efficiently will be stored within this folder. The module will ensure housekeeping here to not spam the filesystem