From 21baeadeff955bdd674766124ea4d3a5a5665c4e Mon Sep 17 00:00:00 2001 From: ort Date: Sat, 15 Aug 2026 13:48:01 -0400 Subject: [PATCH] Ignore GitOServr/ and .DS_Store MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitOServr/ holds the deploy SSH keypair for git.oservr.com — must never be committed. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 97725b4..ce79348 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ node_modules/ data/ .env *.log +.DS_Store +GitOServr/