fix(ignore): added yarn directories to ignorefiles

Added yarn files and directories to gitignore and eslintignore.
This commit is contained in:
Rob Rose
2023-04-24 20:06:43 -04:00
committed by Rob Rose
parent 4c1b9c89f3
commit f3e9cd5147
2 changed files with 12 additions and 2 deletions
+1
View File
@@ -3,3 +3,4 @@
node_modules
public
dist
.yarn
+9
View File
@@ -24,3 +24,12 @@ pnpm-debug.log*
# ignore Jampack cache files
.jampack/
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*