The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

git: Ignore .kotlin directory

It is generated by Kotlin from 2.0+.

Signed-off-by: utzcoz <utzcoz@outlook.com>
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2382>

authored by

utzcoz and committed by
korejan
03c73853 d93e4b92

+3
+3
.gitignore
··· 108 108 109 109 # Ignore local pyenv version file 110 110 .python-version 111 + 112 + # Kotlin 113 + .kotlin