From 98e88237e10ee605e9130f52cf6de8e78dc4471b Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Fri, 8 Nov 2019 10:42:48 -0500 Subject: [PATCH] Ignore items in node_modules by default --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 25b580b..57017a7 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ typings/ # DynamoDB Local files .dynamodb/ +node_modules