Skip to content

Commit 91c27d6

Browse files
authored
Merge pull request #16 from mirror29/chore/gitignore-pnpm-workspace
chore(gitignore): 忽略 pnpm 自动生成的 pnpm-workspace.yaml 占位
2 parents e450be3 + 4d38a2e commit 91c27d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ out/
1414
coverage/
1515
*.log
1616
.pnpm-store/
17+
# pnpm auto-generates a placeholder here, but Inalpha is not a monorepo (sub-packages each manage their own pnpm-lock)
18+
pnpm-workspace.yaml
1719

1820
# Python
1921
__pycache__/

0 commit comments

Comments
 (0)