added node_modules in .gitignore

This commit is contained in:
Fabien Potencier
2017-09-11 08:04:01 -07:00
parent 9711c5d66f
commit c6ede84288
@@ -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/"
]
}