From a6625c984ecec3a9f2633ed18ea41b3d82914933 Mon Sep 17 00:00:00 2001 From: soneill Date: Sat, 18 Sep 2021 16:30:46 +1200 Subject: [PATCH] .gitignore: adds .production backups --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95fa36d..48ec249 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .env .vscode -letsencrypt \ No newline at end of file +letsencrypt +*.production* +static/php/xdebug.ini \ No newline at end of file