htb-season-6-resource

Recipes for HTB Season 6 "Resource"
git clone https://git.y5c4l3.net/htb-season-6-resource.git
Log | Files | Refs | README | LICENSE

commit 7a20b865ce66e9f4a8d6311023e794643c2a9906
parent c59912bc322f02e1dbc9e6f39df0e32032366075
Author: y5c4l3 <y5c4l3@proton.me>
Date:   Fri, 30 Aug 2024 11:59:09 +0800

fix: keep all folders

Signed-off-by: y5c4l3 <y5c4l3@proton.me>

Diffstat:
Aitrc/.gitignore | 3+++
Akeys/.gitignore | 3+++
Assg/.gitignore | 3+++
3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/itrc/.gitignore b/itrc/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore +\ No newline at end of file diff --git a/keys/.gitignore b/keys/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore +\ No newline at end of file diff --git a/ssg/.gitignore b/ssg/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore +\ No newline at end of file