From 550004c7ae4a433514590648803876c5c074aba4 Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Thu, 7 May 2020 20:28:24 +0100 Subject: [PATCH] ignore node_modules --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b512c09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file