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:
A | itrc/.gitignore | | | 3 | +++ |
A | keys/.gitignore | | | 3 | +++ |
A | ssg/.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