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