From f91efc10cce06dfb81d8cbc62a4117fad7a8819c Mon Sep 17 00:00:00 2001 From: Batch Change bot Date: Mon, 15 Jan 2024 10:20:33 +0000 Subject: [PATCH] chore: Add .npmrc in .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 7db2f03..a0541c9 100644 --- a/.gitignore +++ b/.gitignore @@ -119,3 +119,5 @@ dist # SQLite db *.db + +.npmrc