Browse Source

Update

pull/19/head
Harish Karumuthil 2 years ago
parent
commit
8eeb46e57e
  1. 6
      home/.gitignore

6
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

Loading…
Cancel
Save