Skip to content

Commit

Permalink
Ignore idea directories in autostyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
weisJ committed Jan 26, 2021
1 parent 029be4f commit 56e2bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ fun BaseFormatExtension.configFilter(init: PatternFilterable.() -> Unit) {
filter {
// Autostyle does not support gitignore yet https://github.com/autostyle/autostyle/issues/13
exclude("out/**")
exclude(".idea/**", ".run/**")
if (project == rootProject) {
exclude("gradlew*", "gradle/**")
} else {
Expand Down

0 comments on commit 56e2bc7

Please sign in to comment.