You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/05/28 01:57:42 UTC

[apisix-ingress-controller] branch master updated: chore: add docker ignore to avoid unwanted cache miss (#506)

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

kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new fe2db92  chore: add docker ignore to avoid unwanted cache miss (#506)
fe2db92 is described below

commit fe2db92740eda6dab6f50cb096b279aec7c0d15b
Author: Sarasa Kisaragi <li...@gmail.com>
AuthorDate: Fri May 28 09:57:35 2021 +0800

    chore: add docker ignore to avoid unwanted cache miss (#506)
    
    * chore: add docker ignore to avoid unwanted cache miss
    
    Signed-off-by: Ling Samuel <li...@gmail.com>
    
    * add license
    
    Signed-off-by: Ling Samuel <li...@gmail.com>
---
 .dockerignore | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..990a88c
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,28 @@
+#
+# 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.
+#
+# Allowlist
+
+*
+!cmd
+!conf
+!pkg
+!go.mod
+!go.sum
+!Makefile
+!main.go