diff --git a/.gitignore b/.gitignore index 685089ef1..0b2b3c404 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,9 @@ test.php /.idea/ /vendor/* -/resources/covers/* /resources/nzb/* /resources/tmp/* +!/resources/tmp/unrar/ /public/assets/* !/public/assets/js/ !/public/assets/css/ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 2e396e638..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "libraries/lithium"] - path = libraries/lithium - url = git://github.com/UnionOfRAD/lithium.git diff --git a/Changelog b/Changelog index a797c8cbe..7f081e4b6 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-03-08 DariusIII + * Chg: Uningnore folders and remove gitmodules file (unused because it is related to li3 we do not use anymore) * Chg: Update erusev/parsedown to latest version * Fix: Fix displaying of flag images 2018-03-07 DariusIII diff --git a/resources/covers/audiosample/.gitignore b/resources/covers/audiosample/.gitignore index cec9082b6..d6b7ef32c 100755 --- a/resources/covers/audiosample/.gitignore +++ b/resources/covers/audiosample/.gitignore @@ -1,3 +1,2 @@ * - !.gitignore diff --git a/resources/nzb/.gitignore b/resources/nzb/.gitignore index 8adce0c0f..c96a04f00 100755 --- a/resources/nzb/.gitignore +++ b/resources/nzb/.gitignore @@ -1,4 +1,2 @@ * -/temp -!.gitignore -!/tmpunrar +!.gitignore \ No newline at end of file diff --git a/resources/smarty/templates_c/.gitignore b/resources/smarty/templates_c/.gitignore deleted file mode 100755 index d6b7ef32c..000000000 --- a/resources/smarty/templates_c/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore diff --git a/resources/tmp/.gitignore b/resources/tmp/.gitignore deleted file mode 100755 index f935021a8..000000000 --- a/resources/tmp/.gitignore +++ /dev/null @@ -1 +0,0 @@ -!.gitignore