Skip to content

Commit

Permalink
Ignore non-needed files in build
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed Sep 30, 2024
1 parent 7b4749c commit 9ee6504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ dependencies {
implementation 'io.kaitai:kaitai-struct-runtime:0.10'
}

// Exclude additional files from the built extension
// Ex: buildExtension.exclude '.idea/**'
buildExtension.exclude '.github/'
buildExtension.exclude 'README.md'

0 comments on commit 9ee6504

Please sign in to comment.