mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
fix(ignore): added yarn directories to ignorefiles
Added yarn files and directories to gitignore and eslintignore.
This commit is contained in:
@@ -3,3 +3,4 @@
|
|||||||
node_modules
|
node_modules
|
||||||
public
|
public
|
||||||
dist
|
dist
|
||||||
|
.yarn
|
||||||
@@ -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.*
|
||||||
|
|||||||
Reference in New Issue
Block a user