Update .gitignore for fix initial instalation pnpm install

add pnpm-lock.yaml to .gitignore so that when someone downloads the repository and installs it, it installs correctly
This commit is contained in:
Lucas Martín
2025-06-01 11:28:27 +02:00
committed by GitHub
parent 8d0493066a
commit 2502efb3a8

2
.gitignore vendored
View File

@@ -6,6 +6,8 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
pnpm-lock.yaml
node_modules
dist
dist-ssr