fix: added gitignore

This commit is contained in:
Pierre Tellier 2025-02-04 15:12:12 +01:00
parent e6e456631e
commit 8674625bb4
3 changed files with 4 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.env
.idea

1
keycloak/CAS/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
keycloak-cas

View File

@ -3,6 +3,7 @@
if [ ! -d "./keycloak-cas/" ] if [ ! -d "./keycloak-cas/" ]
then then
git clone https://github.com/RoboJackets/keycloak-cas git clone https://github.com/RoboJackets/keycloak-cas
patch $(find . | grep UrlHelper.java) https_patch
fi fi
if [ -d "./target/" ] if [ -d "./target/" ]
then then