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