From a7fa4301c8d18b971cfdbf98a0bf51dfd3d51228 Mon Sep 17 00:00:00 2001 From: Fritzzzz Date: Tue, 24 Feb 2026 22:19:28 +0200 Subject: [PATCH] add npm cache to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec01199..deda421 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ # Dependencies node_modules/ - +.npm-cache/ # Build output dist/