You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
as you had not .gitignore in place you comitted and pushed a lot of generate stuff like .settings and especially target folders what is heavily discouraged and should be deleted.
Here is an incomplete list of such files and folders:
BTW: The recommended way is to start such repositories on https://github.com/oasp-forge/ instead of https://github.com/oasp/. oasp-forge is for experimental stuff while oasp should contain "production-ready" projects (whoever created this repo [for you]). My intention is not to blame, just to let know...
Great to see that you did a OASP4J demo in Kotlin and thanks for that. I am also looking at Kotlin with increasing interest.
However, I wanted to give some feedback for improvements:
.gitignoreto prevent comitting generated files. See https://github.com/oasp/oasp4j/blob/develop/.gitignore.gitignorein place you comitted and pushed a lot of generate stuff like.settingsand especiallytargetfolders what is heavily discouraged and should be deleted.Here is an incomplete list of such files and folders:
BTW: The recommended way is to start such repositories on https://github.com/oasp-forge/ instead of https://github.com/oasp/.
oasp-forgeis for experimental stuff whileoaspshould contain "production-ready" projects (whoever created this repo [for you]). My intention is not to blame, just to let know...