Skip to content

Commit 48ddd68

Browse files
committed
Add pre-commit,docker-ignore,editorConfig
1 parent ba5e032 commit 48ddd68

File tree

5 files changed

+563
-3
lines changed

5 files changed

+563
-3
lines changed

.dockerignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# /********************************************************************************
2+
# * Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
3+
# *
4+
# * See the NOTICE file(s) distributed with this work for additional
5+
# * information regarding copyright ownership.
6+
# *
7+
# * This program and the accompanying materials are made available under the
8+
# * terms of the Apache License, Version 2.0 which is available at
9+
# * https://www.apache.org/licenses/LICENSE-2.0.
10+
# *
11+
# * Unless required by applicable law or agreed to in writing, software
12+
# * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13+
# * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14+
# * License for the specific language governing permissions and limitations
15+
# * under the License.
16+
# *
17+
# * SPDX-License-Identifier: Apache-2.0
18+
# ********************************************************************************/
19+
20+
**/.git
21+
build/test-results

0 commit comments

Comments
 (0)