From aae3ccfc2bb1871327f1fdd7214a55f55b2e1df1 Mon Sep 17 00:00:00 2001 From: blek Date: Sun, 1 Oct 2023 14:46:40 +1000 Subject: [PATCH] add readme to volatile directory --- volatile/.gitignore | 3 ++- volatile/README.md | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 volatile/README.md diff --git a/volatile/.gitignore b/volatile/.gitignore index c96a04f..7c9d611 100644 --- a/volatile/.gitignore +++ b/volatile/.gitignore @@ -1,2 +1,3 @@ * -!.gitignore \ No newline at end of file +!.gitignore +!README.md diff --git a/volatile/README.md b/volatile/README.md new file mode 100644 index 0000000..0691019 --- /dev/null +++ b/volatile/README.md @@ -0,0 +1,5 @@ +# Volatile directory +This directory contains all different environment-specific files that should be excluded from git. + +## Why is this listed on git? +To prevent situations in where this directory could not be automatically created