dongjoon-hyun commented on code in PR #2: URL: https://github.com/apache/spark-kubernetes-operator/pull/2#discussion_r1572833649
########## .gitignore: ########## @@ -16,3 +16,30 @@ build dependencies.lock **/dependencies.lock gradle/wrapper/gradle-wrapper.jar + +# Compiled source # +################### +*.class +*.dll +*.exe +*.o +*.so +*.pyc + +# Packages # +############ +*.7z Review Comment: For my understanding, where this came from? ########## .gitignore: ########## @@ -16,3 +16,30 @@ build dependencies.lock **/dependencies.lock gradle/wrapper/gradle-wrapper.jar + +# Compiled source # +################### +*.class +*.dll +*.exe +*.o +*.so +*.pyc + +# Packages # +############ +*.7z +*.dmg +*.gz +*.iso +*.rar Review Comment: Ditto. -- 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]
