Update .gitignore

Hide backups and logs directories, since we’ll be storing these in the project folder. Also hide mise’s .local directory.
This commit is contained in:
Justin Edmund 2025-02-27 21:48:12 -08:00
parent 4fc857cedd
commit 325339b178

5
.gitignore vendored
View file

@ -37,9 +37,12 @@
# Ignore master key for decrypting credentials and more. # Ignore master key for decrypting credentials and more.
/config/master.key /config/master.key
# Ignore exported and downloaded files # Ignore specific directories
/.local
/export /export
/download /download
/backups
/logs
.DS_Store .DS_Store