Add example: only download one tutorial folder

This commit is contained in:
FliegendeWurst 2020-05-11 15:58:09 +02:00 committed by GitHub
parent 184e8fce64
commit b7b52fd107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,12 @@ OPTIONS:
.gitignore syntax can be used in a `.iliasignore` file: (located in the download folder) .gitignore syntax can be used in a `.iliasignore` file: (located in the download folder)
```ignore ```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 ## Similar programs