jiaqizho commented on code in PR #1006: URL: https://github.com/apache/cloudberry/pull/1006#discussion_r2016130895
########## .gitignore: ########## @@ -74,3 +74,5 @@ lib*.pc /tmp_install/ /.cache/ /install/ +# macOS hidden files Review Comment: Remove this line and move the `.DS_Store` to the line 62(which below the `# Global excludes across all subdirectories`)? As you can see the `*.dylib` is the macOS only, but it was not move alone. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
