From bf574db6b9a1f497a2784bdb0f6287d5dfde3408 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Tue, 23 Jan 2018 15:42:58 -0500 Subject: Gitignore server log files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index f35f95a..19c959c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,11 @@ .*.swp *~ +# server log files +error_log +**/error_log +*.log + # sensitive config file # contains database passwords and site-specific options inc/config.php -- cgit v1.2.3