You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/05/30 09:05:32 UTC

[GitHub] [flink-kubernetes-operator] wangyang0918 commented on a diff in pull request #248: [FLINK-27834] Copy all files except those filtered by .dockerignore

wangyang0918 commented on code in PR #248:
URL: https://github.com/apache/flink-kubernetes-operator/pull/248#discussion_r884598470


##########
.dockerignore:
##########
@@ -0,0 +1,32 @@
+# Compiled class file
+*.class
+
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
+# Package Files
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+### Maven template
+target/

Review Comment:
   Could this line exclude all the target directories of submodules?



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org