kou commented on code in PR #174: URL: https://github.com/apache/arrow-adbc/pull/174#discussion_r1038556515
########## .gitignore: ########## @@ -15,9 +15,19 @@ # specific language governing permissions and limitations # under the License. +# Release artifacts +adbc-*.tar.gz +adbc-*.tar.gz.asc +adbc-*.tar.gz.sha256 +adbc-*.tar.gz.sha512 apache-rat-*.jar -arrow-src.tar -arrow-src.tar.gz +dev/release/.env +dev/release/binary/id_rsa +dev/release/binary/id_rsa.pub +dev/release/binary/tmp Review Comment: We can remove them. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
