You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/05/18 08:57:47 UTC

[incubator-doris-manager] branch master updated: [Git] Add some files to gitignore file (#58)

This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new cd196ba  [Git] Add some files to gitignore file (#58)
cd196ba is described below

commit cd196ba9eb69de811a312ec4e71c903f100fdeaf
Author: leo65535 <le...@163.com>
AuthorDate: Wed May 18 16:57:43 2022 +0800

    [Git] Add some files to gitignore file (#58)
    
    * [Git] Add some files to gitignore file
---
 .gitignore                                              |  8 +++++++-
 .../apache/doris/stack/util/AddressVerification.java    | 17 +++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 3a90f0b..40c8330 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,10 @@
 manager/**/web-resource
 manager/**/target
 manager/**/*.iml
-.idea/
\ No newline at end of file
+manager/logs
+manager/conf/sshkey*
+manager/studio.mv.db
+output
+.idea/
+doris-manager-*.tar.gz
+*.iml
diff --git a/manager/general/src/main/java/org/apache/doris/stack/util/AddressVerification.java b/manager/general/src/main/java/org/apache/doris/stack/util/AddressVerification.java
index feb81db..6a47bd8 100644
--- a/manager/general/src/main/java/org/apache/doris/stack/util/AddressVerification.java
+++ b/manager/general/src/main/java/org/apache/doris/stack/util/AddressVerification.java
@@ -1,3 +1,20 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements.  See the NOTICE file
+// distributed with this work for additional information
+// regarding copyright ownership.  The ASF licenses this file
+// to you under the Apache License, Version 2.0 (the
+// "License"); you may not use this file except in compliance
+// with the License.  You may obtain a copy of the License at
+//
+//   http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing,
+// software distributed under the License is distributed on an
+// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+// KIND, either express or implied.  See the License for the
+// specific language governing permissions and limitations
+// under the License.
+
 package org.apache.doris.stack.util;
 
 import sun.net.util.IPAddressUtil;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org