From e1adda0dea93efba443cc24347b2f97c0ec609c5 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 14 Jan 2019 12:26:14 +0100 Subject: [PATCH] Add missing imdb_cache and unzip folders anbd update .gitignore file --- .gitignore | 2 ++ resources/tmp/imdb_cache/.gitignore | 2 ++ resources/tmp/unzip/.gitignore | 2 ++ 3 files changed, 6 insertions(+) create mode 100755 resources/tmp/imdb_cache/.gitignore create mode 100755 resources/tmp/unzip/.gitignore diff --git a/.gitignore b/.gitignore index 84d695986..09b01cdad 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,6 @@ test.php /resources/nzb/* /resources/tmp/* !/resources/tmp/unrar/ +!/resources/tmp/unzip/ +!/resources/tmp/imdb_cache/ !/public/assets/* diff --git a/resources/tmp/imdb_cache/.gitignore b/resources/tmp/imdb_cache/.gitignore new file mode 100755 index 000000000..d6b7ef32c --- /dev/null +++ b/resources/tmp/imdb_cache/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/resources/tmp/unzip/.gitignore b/resources/tmp/unzip/.gitignore new file mode 100755 index 000000000..d6b7ef32c --- /dev/null +++ b/resources/tmp/unzip/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore