Abacn commented on code in PR #34763: URL: https://github.com/apache/beam/pull/34763#discussion_r2068902221
########## .gitignore: ########## @@ -34,6 +34,9 @@ sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources/archetype-resources/src/ sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/sample.txt +# Ignore generated debezium data +sdks/java/io/debezium/data/ Review Comment: Are these files gets generated by test? We should direct temp files to `sdks/java/io/debezium/build`Otherwise these become leftovers when invoking `gradle clean` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org