aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-01-21 10:54:17 -0500
committertdro <tdro@users.noreply.github.com>2019-01-21 11:02:22 -0500
commit9a4ce5d03bf529264bf26672d0e6215164a0d0cf (patch)
treed08d2ef6129d8c8f0c4697679a5ef02e4263babe /.gitignore
parent2f8488167460091874d4d18a7279af08bedc0094 (diff)
downloadedwinmattiacci.com-9a4ce5d03bf529264bf26672d0e6215164a0d0cf.tar.gz
edwinmattiacci.com-9a4ce5d03bf529264bf26672d0e6215164a0d0cf.tar.bz2
edwinmattiacci.com-9a4ce5d03bf529264bf26672d0e6215164a0d0cf.zip
.gitignore: Ignore hot comments storage and error tester
Initial preparations for automated deployment
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 60c3d71..6a96ad8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
/vendor
-AppConfig.php
/node_modules
-public/js/app.js
-public/dist
-public/error/error.json
+/public/dist
+/public/error/error.json
+/public/error/error.html
+/bootstrap/comments/comments
+AppConfig.php