From 70136505f9a50ee26b4d139800a3a76c5191da15 Mon Sep 17 00:00:00 2001 From: neon Date: Wed, 11 Sep 2024 00:22:36 +0000 Subject: [PATCH] test .gitignore ssh key is getting deleted after this commit --- .ssh/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.ssh/.gitignore b/.ssh/.gitignore index a42d94e..8507d6a 100644 --- a/.ssh/.gitignore +++ b/.ssh/.gitignore @@ -1,3 +1,4 @@ * !.gitignore !known_hosts +!*.pub # all pub keys MAY be public :D