From cf8931b9a06f4156d000307e2787d0c5f8c2b83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Fri, 29 Jan 2021 11:59:38 +0100 Subject: [PATCH] Ignore .npm folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d7e4f7b71d..d0c75e3376 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ rebel.xml .gradle .gradletasknamecache **/build +.npm