From c6ce99428c6c44148c253110242cb6eaa6c2bfe3 Mon Sep 17 00:00:00 2001 From: Patrik Henningsson Date: Tue, 16 May 2017 09:20:59 +0200 Subject: [PATCH] Add /node_modules to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5463e4f9..36c2f1d7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ *.cache *.pyc -.vscode \ No newline at end of file +.vscode + +/node_modules \ No newline at end of file