From 1a3e377304fcb1fc61045bdf21eeecd94ba0cd70 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Mon, 19 Jun 2023 15:07:27 +0200 Subject: [PATCH] extend gitignore to ignore multiple config files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 796018764..50bbbbe3f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,15 @@ bin/ conf.json http-cmds.sh infrastructure_files/management.json +infrastructure_files/management-*.json infrastructure_files/docker-compose.yml +infrastructure_files/openid-configuration.json +infrastructure_files/turnserver.conf +management/management +client/client +client/client.exe *.syso client/.distfiles/ infrastructure_files/setup.env +infrastructure_files/setup-*.env .vscode