bgeng777 commented on code in PR #173: URL: https://github.com/apache/flink-kubernetes-operator/pull/173#discussion_r853739465
########## .gitignore: ########## @@ -35,3 +35,4 @@ buildNumber.properties .idea *.iml +*.DS_Store Review Comment: I notice that when running `git add -A` command, some DS_Store files generated by Mac will be added too. I believe we do not want these files and adding it to gitigore helps developers. Do you have other concerns? -- 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]
