Merge pull request #968 from netbirdio/chore/extend_gitignore_for_multiple_configs

Extend gitignore to ignore multiple configs
This commit is contained in:
pascal-fischer 2023-06-19 17:17:12 +02:00 committed by GitHub
commit 06005cc10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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