issue # gitignore 수정
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -5,9 +5,17 @@ yarn-error.log*
|
|||||||
package-lock.json
|
package-lock.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
|
# Yarn Berry
|
||||||
|
.yarn/*
|
||||||
|
!.yarn/patches
|
||||||
|
!.yarn/plugins
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/sdks
|
||||||
|
!.yarn/versions
|
||||||
|
|
||||||
.pnp.*
|
.pnp.*
|
||||||
.pnp.loader.mjs
|
# .pnp.loader.mjs
|
||||||
.yarn/install-state.gz
|
# .yarn/install-state.gz
|
||||||
|
|
||||||
# TypeScript
|
# TypeScript
|
||||||
dist/
|
dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user