mirror of
https://github.com/netbirdio/netbird.git
synced 2025-05-03 15:55:10 +02:00
Update .gitignore to exclude all generated files (#1394)
updated a typo in the configure.sh file for turnserver.conf backup
This commit is contained in:
parent
56896794b3
commit
01f28baec7
19
.gitignore
vendored
19
.gitignore
vendored
@ -6,11 +6,20 @@ bin/
|
|||||||
.env
|
.env
|
||||||
conf.json
|
conf.json
|
||||||
http-cmds.sh
|
http-cmds.sh
|
||||||
infrastructure_files/artifacts/management.json
|
setup.env
|
||||||
infrastructure_files/artifacts/management-*.json
|
infrastructure_files/**/Caddyfile
|
||||||
infrastructure_files/artifacts/docker-compose.yml
|
infrastructure_files/**/dashboard.env
|
||||||
infrastructure_files/artifacts/openid-configuration.json
|
infrastructure_files/**/zitadel.env
|
||||||
infrastructure_files/artifacts/turnserver.conf
|
infrastructure_files/**/management.json
|
||||||
|
infrastructure_files/**/management-*.json
|
||||||
|
infrastructure_files/**/docker-compose.yml
|
||||||
|
infrastructure_files/**/openid-configuration.json
|
||||||
|
infrastructure_files/**/turnserver.conf
|
||||||
|
infrastructure_files/**/management.json.bkp.**
|
||||||
|
infrastructure_files/**/management-*.json.bkp.**
|
||||||
|
infrastructure_files/**/docker-compose.yml.bkp.**
|
||||||
|
infrastructure_files/**/openid-configuration.json.bkp.**
|
||||||
|
infrastructure_files/**/turnserver.conf.bkp.**
|
||||||
management/management
|
management/management
|
||||||
client/client
|
client/client
|
||||||
client/client.exe
|
client/client.exe
|
||||||
|
@ -197,7 +197,7 @@ if test -f "${artifacts_path}/management.json"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test -f "${artifacts_path}/turnserver.conf"; then
|
if test -f "${artifacts_path}/turnserver.conf"; then
|
||||||
cp ${artifacts_path}/turnserver.conf "${artifacts_path}/turnserver.conf.bpk.${bkp_postfix}"
|
cp ${artifacts_path}/turnserver.conf "${artifacts_path}/turnserver.conf.bkp.${bkp_postfix}"
|
||||||
fi
|
fi
|
||||||
envsubst <docker-compose.yml.tmpl >$artifacts_path/docker-compose.yml
|
envsubst <docker-compose.yml.tmpl >$artifacts_path/docker-compose.yml
|
||||||
envsubst <management.json.tmpl | jq . >$artifacts_path/management.json
|
envsubst <management.json.tmpl | jq . >$artifacts_path/management.json
|
||||||
|
Loading…
Reference in New Issue
Block a user