add .kotlin to .gitignore

This commit is contained in:
2024-08-14 16:45:15 +06:00
committed by GitHub
parent a4c50d6f54
commit e07c673ba0

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.idea
.kotlin
out/*
*.iml
target