Skip to content

Commit a2f04ab

Browse files
committed
Update .gitignore
1 parent 10929ff commit a2f04ab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ modules.xml
3333
hs_err_pid*
3434
replay_pid*
3535

36+
# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
37+
.kotlin/
38+
3639
### Gradle ###
3740
.gradle
3841
**/build/
39-
!src/**/build/
42+
!**/src/**/build/
4043

4144
# Ignore Gradle GUI config
4245
gradle-app.setting
@@ -55,6 +58,3 @@ gradle-app.setting
5558
.project
5659
# JDT-specific (Eclipse Java Development Tools)
5760
.classpath
58-
59-
# Java heap dump
60-
*.hprof

0 commit comments

Comments
 (0)