From 010a4ff2a88f0504b3f66cd65fd23a942bac60cb Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Thu, 15 May 2025 19:55:46 +0000 Subject: [PATCH] chore(git): ignore /home/.local and /home/.cache folders --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e58fe13..9eacf70 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -local logs files/pallav home/.config/nvim/lazy-lock.json +home/.local +home/.cache