Skip to content

Commit 00b0645

Browse files
exclude newly added file (#1679)
1 parent 95fbdd2 commit 00b0645

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ if (repo != null) {
237237
'streams/streams-scala/logs/*',
238238
'licenses/*',
239239
'**/generated/**',
240-
'clients/src/test/resources/serializedData/*'
240+
'clients/src/test/resources/serializedData/*',
241+
'vagrant/cloudwatch-agent-setup.sh',
242+
'vagrant/cloudwatch-agent-configuration.json'
241243
])
242244
}
243245
} else {

0 commit comments

Comments
 (0)