From ce429fa2433e91cc277f41c1341bb9ce83a67bef Mon Sep 17 00:00:00 2001 From: Ted McCormick Date: Tue, 18 Jun 2024 19:12:43 -0500 Subject: [PATCH] Add gitignore to ignore DS_Store and downloads --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d23374e..f4b26df 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,6 @@ service-account.csr service-account.pem service-account-csr.json *.swp -.idea/ \ No newline at end of file +.idea/ +.DS_Store +/downloads/* \ No newline at end of file