From 2bc393368fbc048717df70de8380d11f75ba68cd Mon Sep 17 00:00:00 2001 From: Andreas Schaeffer Date: Sat, 4 May 2024 00:28:03 +0200 Subject: [PATCH] Ignore node_modules --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 007cab8..085cbd9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ build dist .parcel-cache +node_modules **/internal