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

View File

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