extend gitignore to ignore multiple config files

This commit is contained in:
Pascal Fischer 2023-06-19 15:07:27 +02:00
parent dd29f4c01e
commit 1a3e377304

7
.gitignore vendored
View File

@ -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