From e1685f65c576ea4ee6bdbfb23882625342b5b8a9 Mon Sep 17 00:00:00 2001 From: David Molineus Date: Wed, 11 Oct 2017 14:28:05 +0200 Subject: [PATCH] Ignore node modules. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5e9c70f..107dd49 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ build.properties .tx # NPM +node_modules package-lock.json