mirror of
https://github.com/FliegendeWurst/KIT-ILIAS-downloader.git
synced 2024-08-28 04:04:18 +00:00
Add example: only download one tutorial folder
This commit is contained in:
parent
184e8fce64
commit
b7b52fd107
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user