From 5b205939ca9f5c768a6415f39e5b88124ab8298b Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 8 Nov 2017 13:47:40 +0100 Subject: [PATCH] git ignore now /tmp and /public_html/tmp --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7858a2d..adeb2a1 100755 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ /phpunit/coverage .vscode TODO -*.log \ No newline at end of file +*.log +/tmp +/public_html/tmp