From 0447736391f8e59ffd60435807b3b4229cec6e27 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 20 Jun 2022 21:31:06 +0430 Subject: [PATCH] Small fix. --- .dockerignore | 3 ++- .gitignore | 2 +- media/explanation | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 media/explanation diff --git a/.dockerignore b/.dockerignore index 6380312..a0ff72b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -4,4 +4,5 @@ api .dockerignore Dockerfile* node_modules -media/** \ No newline at end of file +media/** +!media/explanation \ No newline at end of file diff --git a/.gitignore b/.gitignore index 1b2ddb9..7ffbb9d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ yarn-debug.log* yarn-error.log* media/** -!storage/storage +!media/explanation api/.ash_history api/.config api/.cache/ diff --git a/media/explanation b/media/explanation new file mode 100644 index 0000000..5761896 --- /dev/null +++ b/media/explanation @@ -0,0 +1 @@ +This is the archive storage. \ No newline at end of file