Skip to content

Commit 86539a2

Browse files
committed
Ignore .kotlin directories
1 parent 9c44d42 commit 86539a2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Gradle
22
.gradle
3+
.kotlin
34
build
45

56
# Ignore Gradle GUI config

gradle/plugins/common/src/main/kotlin/junitbuild.checkstyle-nohttp.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ tasks.register<Checkstyle>("checkstyleNohttp") {
2020
exclude("**/*.jpg", "**/*.png")
2121
exclude("**/*.jks")
2222
exclude("**/build/**")
23+
exclude("**/.kotlin")
2324
}
2425
}

0 commit comments

Comments
 (0)