Skip to content

Commit 7cf5b69

Browse files
committed
feat: exclude both yanr and npm lock files from the repository, let it to the user
1 parent 577ca8e commit 7cf5b69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
node_modules
22
coverage
3+
.yarn
4+
package-lock.json
5+
yarn.lock

0 commit comments

Comments
 (0)