From a21415b5663cec42496efbf4449cf58fd0a57647 Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Tue, 7 Nov 2017 19:19:49 +0100 Subject: [PATCH] chore: don't worry about logs and mass messages being changed on server Because if we do, nobody would be able to do a "git pull" without stashing stuff first, along with stopping the access log, then unstashing etc. etc. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a109df14..4966c73b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,8 @@ GameEngine/Notes/* .idea # additional constant_format.tpl file, copied over from the installation folder -GameEngine/Admin/Mods/constant_format.tpl \ No newline at end of file +GameEngine/Admin/Mods/constant_format.tpl + +# These 2 files change frequently on the server but not in the repository code. +Templates/text.tpl +var/log/access.log \ No newline at end of file