Add .kotlin directory to .gitignore

This commit is contained in:
JeremyStar™ 2024-12-16 02:33:02 +01:00
parent 479c965c1a
commit 4d7474ae22
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

3
.gitignore vendored
View file

@ -43,5 +43,6 @@ bin/
# macOS # macOS
.DS_Store .DS_Store
# Java # Java & Kotlin
hs_err_pid*.log hs_err_pid*.log
.kotlin