mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
fix(ignore): added yarn directories to ignorefiles
Added yarn files and directories to gitignore and eslintignore.
This commit is contained in:
+2
-1
@@ -2,4 +2,5 @@
|
||||
.vscode
|
||||
node_modules
|
||||
public
|
||||
dist
|
||||
dist
|
||||
.yarn
|
||||
+10
-1
@@ -23,4 +23,13 @@ pnpm-debug.log*
|
||||
.astro
|
||||
|
||||
# ignore Jampack cache files
|
||||
.jampack/
|
||||
.jampack/
|
||||
|
||||
# yarn
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
.pnp.*
|
||||
|
||||
Reference in New Issue
Block a user