From ffd46c3cdd1acfd74f8a1344c7701bf29c5b07a5 Mon Sep 17 00:00:00 2001 From: Alexander Nell Date: Tue, 21 Apr 2020 17:41:01 +0200 Subject: [PATCH] Ignore all contents in config/ except server.default.xml --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12e91612..cc90f965 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ !/.git !/.gitignore !/.idea -/configs/server.xml +/configs/* +!/configs/server.default.xml /logs/ /ManiaControl.log /ManiaControl.pid