diff --git a/.gitignore b/.gitignore index b61342b..f08278d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.pdf \ No newline at end of file +*.pdf \ No newline at end of file diff --git a/README.md b/README.md index e69de29..b4b200e 100644 --- a/README.md +++ b/README.md @@ -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/ +│ ... +``` \ No newline at end of file