From 5543e4132a849f7e895d1e4d24d84ae1e03339ed Mon Sep 17 00:00:00 2001 From: Mohammad Ali Shahbazi Date: Fri, 5 Jan 2024 19:33:00 +0330 Subject: [PATCH] Ignore lock files See https://github.com/sindresorhus/ama/issues/479#issuecomment-310661514 --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b4a82e..c380b07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ node_modules/ dist/ -.DS_Store \ No newline at end of file +.DS_Store + +# Lock files +yarn.lock +pnpm-lock.yaml +package-lock.json \ No newline at end of file