From b7b52fd10747bd755db51864e37edcdf314ec28d Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Mon, 11 May 2020 15:58:09 +0200 Subject: [PATCH] Add example: only download one tutorial folder --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81934c7..43eb8db 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,12 @@ OPTIONS: .gitignore syntax can be used in a `.iliasignore` file: (located in the download folder) ```ignore -# example: only download a single course +# example 1: only download a single course /*/ -!/InsertNameHere/ +!/InsertCourseHere/ +# example 2: only download files related to one tutorial +/Course/Tutorien/*/ +!/Course/Tutorien/Tut* 3/ ``` ## Similar programs