From 9a4ce5d03bf529264bf26672d0e6215164a0d0cf Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Mon, 21 Jan 2019 10:54:17 -0500 Subject: .gitignore: Ignore hot comments storage and error tester Initial preparations for automated deployment --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3