From 163190730ad60e1cbdccdc2bcc5e6c86abd90782 Mon Sep 17 00:00:00 2001 From: pypy Date: Sun, 29 Mar 2020 11:30:58 +0900 Subject: [PATCH] exclude with nodejs related --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c4efe20..257539fb 100644 --- a/.gitignore +++ b/.gitignore @@ -258,4 +258,8 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc + +# NodeJS +node_modules/ +package-lock.json \ No newline at end of file