Ignoring the Encore build directory

This commit is contained in:
Ryan Weaver
2017-12-12 08:41:59 -06:00
committed by GitHub
parent b61ce3310c
commit 235c2ea9aa
@@ -6,6 +6,7 @@
},
"aliases": ["encore", "webpack", "webpack-encore"],
"gitignore": [
"/node_modules/"
"/node_modules/",
"/public/build/"
]
}