From 325cf405e776e8c07fe5f96a10e4ce14da6c11c3 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 11 Oct 2018 00:52:02 -0400 Subject: vendor: Implement Webpack and make JavaScript files modular for single file compilation into app.js --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 83af7a8..eeddcc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /vendor AppConfig.php - +/node_modules +public/js/app.js -- cgit v1.2.3