Skip to content

Commit 34cb624

Browse files
ParaskP7claude
andcommitted
Git: Add .kotlin directory to .gitignore
Ignore the .kotlin directory which contains temporary kotlin compiler session files that should not be tracked. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c74c2b commit 34cb624

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ proguard/
4141
gradle.properties
4242
!/benchmark/gradle.properties
4343

44+
# Kotlin compiler sessions
45+
.kotlin/
46+
4447
# OS X generated file
4548
.DS_Store
4649

0 commit comments

Comments
 (0)