From 4418b305de2e6725ba2041d5973ff4ded4f21601 Mon Sep 17 00:00:00 2001 From: Anton A Date: Fri, 13 May 2022 17:28:10 +0200 Subject: [PATCH] Add custom vhost-gen .yml files to .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7b0e9176..b183999d 100644 --- a/.gitignore +++ b/.gitignore @@ -50,9 +50,9 @@ # Ignore custom global vhost gen templates -/cfg/vhost-gen/apache22.conf -/cfg/vhost-gen/apache24.conf -/cfg/vhost-gen/nginx.conf +/cfg/vhost-gen/apache22.yml +/cfg/vhost-gen/apache24.yml +/cfg/vhost-gen/nginx.yml # Ignore custom HTTPD configs /cfg/apache-2.2/*.conf