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