pingsutw commented on a change in pull request #502: URL: https://github.com/apache/submarine/pull/502#discussion_r572592115
########## File path: website/docs/community/contributing.md ########## @@ -12,8 +16,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -# Contribution Guidelines - **Apache Hadoop Submarine** is an [Apache 2.0 License](https://github.com/apache/submarine/blob/master/LICENSE) Software. Contributing to Hadoop Submarine (Source code, Documents, Image, Website) means you agree to the Apache 2.0 License. Review comment: Done ########## File path: website/docs/community/contributing.md ########## @@ -12,8 +16,6 @@ See the License for the specific language governing permissions and limitations under the License. --> -# Contribution Guidelines - **Apache Hadoop Submarine** is an [Apache 2.0 License](https://github.com/apache/submarine/blob/master/LICENSE) Software. Review comment: Done ########## File path: pom.xml ########## @@ -566,7 +566,9 @@ <exclude>NOTICE-binary</exclude> <exclude>**/go.mod</exclude> <exclude>**/go.sum</exclude> - <exclude>**/*.ipynb</exclude> + <exclude>**/*.ipynb</exclude> + <exclude>**/.nojekyll</exclude> + <exclude>**/yarn.lock</exclude> Review comment: Updated it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
