From c6ede84288d63124f0648271bed4cc764d2485a2 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 11 Sep 2017 08:04:01 -0700 Subject: [PATCH] added node_modules in .gitignore --- symfony/webpack-encore-pack/1.0/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/symfony/webpack-encore-pack/1.0/manifest.json b/symfony/webpack-encore-pack/1.0/manifest.json index 7b1ba7f4..bdad218e 100644 --- a/symfony/webpack-encore-pack/1.0/manifest.json +++ b/symfony/webpack-encore-pack/1.0/manifest.json @@ -4,5 +4,8 @@ "package.json": "package.json", "webpack.config.js": "webpack.config.js" }, - "aliases": ["encore", "webpack", "webpack-encore"] + "aliases": ["encore", "webpack", "webpack-encore"], + "gitignore": [ + "/node_modules/" + ] }