Skip to content

Commit c91ebea

Browse files
committed
🔧(repo) ignore lock files and package manager artifacts
1 parent 8c8dd38 commit c91ebea

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎.gitignore‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@ env.d/development/*
4545
!env.d/development/*.dist
4646
env.d/terraform
4747

48-
# npm
48+
# npm / yarn / pnpm
4949
node_modules
50+
package-lock.json
51+
yarn.lock
52+
pnpm-lock.yaml
53+
pnpm-workspace.yaml
5054

5155
# Swagger
5256
**/swagger.json

0 commit comments

Comments
 (0)