From ebd38ba97fb78f34a383767567afa2230aee5726 Mon Sep 17 00:00:00 2001 From: msheakoski Date: Sat, 24 Mar 2018 18:14:06 -0400 Subject: [PATCH] Ignore npm and Yarn log files regardless of location --- symfony/webpack-encore-pack/1.0/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symfony/webpack-encore-pack/1.0/manifest.json b/symfony/webpack-encore-pack/1.0/manifest.json index 52a38d25..0349dd45 100644 --- a/symfony/webpack-encore-pack/1.0/manifest.json +++ b/symfony/webpack-encore-pack/1.0/manifest.json @@ -8,7 +8,7 @@ "gitignore": [ "/node_modules/", "/%PUBLIC_DIR%/build/", - "/npm-debug.log", - "/yarn-error.log" + "npm-debug.log", + "yarn-error.log" ] }