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