feat: ignore pdf + update readme

This commit is contained in:
Leo
2026-04-21 11:11:44 +02:00
parent c190713085
commit 048dc6cddd
2 changed files with 18 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1 +1 @@
.pdf
*.pdf

View File

@@ -0,0 +1,17 @@
# IT-Security Excercise Sheets
```
it-sec-repo/
├── .gitea/
│ └── workflows/
│ └── create-zip.yaml
├── .gitignore
├── sheet01/
│ ├── a1/
│ │ └── somefile.md
│ ├── a2/
│ │ ├── somefile.java
│ ... ...
├── sheet02/
│ ├── a1/
│ ...
```