From 0090d251a4a16b611b0bec424d1efcd5d54e9613 Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Tue, 2 Apr 2024 00:34:37 +0900 Subject: [PATCH] chore: excludes lock files from git --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index abefad5..c3cac88 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ tmp/ *.log .idea/ coverage +yarn.lock +package-lock.json +pnpm-lock.yaml