From 8eeb46e57e16b9e788e9845c258b5286f585ea4c Mon Sep 17 00:00:00 2001 From: Harish Karumuthil Date: Mon, 18 Sep 2023 13:59:02 +0530 Subject: [PATCH] Update --- home/.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.gitignore b/home/.gitignore index cf64ba5..abe0cd2 100644 --- a/home/.gitignore +++ b/home/.gitignore @@ -1,4 +1,3 @@ -.bash_history .yarn/* !.yarn/patches !.yarn/plugins @@ -8,5 +7,6 @@ # Swap the comments on the following lines if you don't wish to use zero-installs # Documentation here: https://yarnpkg.com/features/zero-installs -!.yarn/cache -#.pnp.* +.yarn/cache +.pnp.* +.bash_history