diff --git a/.dockerignore b/.dockerignore index 6380312e..a0ff72b4 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 1b2ddb93..7ffbb9dc 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 00000000..57618968 --- /dev/null +++ b/media/explanation @@ -0,0 +1 @@ +This is the archive storage. \ No newline at end of file