Merge pull request #63 from RobRoseKnows/main

fix(ignore): added yarn directories to ignorefiles
This commit is contained in:
Sat Naing
2023-05-15 08:55:23 +06:30
committed by GitHub
2 changed files with 12 additions and 2 deletions
+2 -1
View File
@@ -2,4 +2,5 @@
.vscode .vscode
node_modules node_modules
public public
dist dist
.yarn
+10 -1
View File
@@ -23,4 +23,13 @@ pnpm-debug.log*
.astro .astro
# ignore Jampack cache files # ignore Jampack cache files
.jampack/ .jampack/
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*