Add .kotlin directory to .gitignore
This commit is contained in:
parent
479c965c1a
commit
4d7474ae22
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -43,5 +43,6 @@ bin/
|
|||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Java
|
||||
# Java & Kotlin
|
||||
hs_err_pid*.log
|
||||
.kotlin
|
||||
|
|
Loading…
Reference in a new issue