Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit a06a3ac

Browse files
authored
Merge pull request #165 from ethereumjs/ignore-lockfiles
Add PNPM and Yarn lockfiles to gitignore
2 parents 796cfd8 + 5e1bec8 commit a06a3ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ build/Release
6666
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
6767
node_modules
6868
package-lock.json
69+
pnpm-lock.yaml
70+
yarn.lock
6971

7072
# ChainDB folder
7173
chaindata

0 commit comments

Comments
 (0)