aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-10-11 00:52:02 -0400
committerThedro Neely <thedroneely@gmail.com>2018-10-11 00:52:02 -0400
commit325cf405e776e8c07fe5f96a10e4ce14da6c11c3 (patch)
tree1d67cdf0675c6b5340449d08f97408d6df12c6e7 /.gitignore
parenta887b22822e526c86152120571ec166f9ea1c550 (diff)
downloadedwinmattiacci.com-325cf405e776e8c07fe5f96a10e4ce14da6c11c3.tar.gz
edwinmattiacci.com-325cf405e776e8c07fe5f96a10e4ce14da6c11c3.tar.bz2
edwinmattiacci.com-325cf405e776e8c07fe5f96a10e4ce14da6c11c3.zip
vendor: Implement Webpack and make JavaScript files modular for single file compilation into app.js
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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