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
+1
View File
@@ -3,3 +3,4 @@
node_modules node_modules
public public
dist dist
.yarn
+9
View File
@@ -24,3 +24,12 @@ pnpm-debug.log*
# ignore Jampack cache files # ignore Jampack cache files
.jampack/ .jampack/
# yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.pnp.*