update gitirgnore

This commit is contained in:
holzi1005 2024-12-08 18:41:22 +01:00
parent 3a76859b39
commit 6f35f8436f
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View file

@ -1,5 +1,7 @@
# Ignore local ENV
env.local
docker.config
.env.local
.env.custom
# Ignore Custom Keycloak Realm
keycloak/realm-export.json

View file

@ -30,7 +30,7 @@ fi
echo ""
echo "5. The installer will setup all scripts, so you can docker-compose up"
echo ""
FILE=env.local
FILE=docker.config
if [ -f "$FILE" ]; then
source $FILE
else