Skip to content

Commit

Permalink
Ignore .kotlin directories
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 12, 2024
1 parent 9c44d42 commit 86539a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Gradle
.gradle
.kotlin
build

# Ignore Gradle GUI config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ tasks.register<Checkstyle>("checkstyleNohttp") {
exclude("**/*.jpg", "**/*.png")
exclude("**/*.jks")
exclude("**/build/**")
exclude("**/.kotlin")
}
}

0 comments on commit 86539a2

Please sign in to comment.