From 325339b17830cbc6eca2a397fec4ffa518d02c97 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 27 Feb 2025 21:48:12 -0800 Subject: [PATCH] Update .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hide backups and logs directories, since we’ll be storing these in the project folder. Also hide mise’s .local directory. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f26a26e..54a5b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -37,9 +37,12 @@ # Ignore master key for decrypting credentials and more. /config/master.key -# Ignore exported and downloaded files +# Ignore specific directories +/.local /export /download +/backups +/logs .DS_Store