From fcfadc2c44467bd58da1fa671f29271e60656925 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 17 Jun 2019 14:44:05 -0400 Subject: [PATCH] pave the way for the src/node_modules/ revolution --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed567f2..5aea041 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store -node_modules +/node_modules/ +/src/node_modules/@sapper/ yarn-error.log /cypress/screenshots/ /__sapper__/