mirror of
https://github.com/absmach/magistrala.git
synced 2026-08-07 07:14:46 +00:00
16ba29cf4a
Property Based Tests / api-test (push) Has been cancelled
Continuous Delivery / lint-and-build (push) Has been cancelled
Deploy GitHub Pages / swagger-ui (push) Has been cancelled
CI Pipeline / Lint Proto (push) Has been cancelled
CI Pipeline / Detect Changes (push) Has been cancelled
Continuous Delivery / Build and Push Docker Images (push) Has been cancelled
CI Pipeline / lint-and-build (push) Has been cancelled
CI Pipeline / Test ${{ matrix.module }} (push) Has been cancelled
CI Pipeline / Upload Coverage (push) Has been cancelled
Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: dusan <borovcanindusan1@gmail.com> Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> Co-authored-by: Dušan Borovčanin <dusan.borovcanin@absmach.eu> Co-authored-by: Rodney Osodo <socials@rodneyosodo.com> Co-authored-by: dusan <borovcanindusan1@gmail.com>
30 lines
527 B
Plaintext
30 lines
527 B
Plaintext
# Copyright (c) Abstract Machines
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# build dirs
|
|
build
|
|
|
|
# tools
|
|
tools/e2e/e2e
|
|
tools/mqtt-bench/mqtt-bench
|
|
tools/provision/provision
|
|
tools/provision/mgconn.toml
|
|
|
|
# coverage files
|
|
coverage
|
|
|
|
# Schemathesis
|
|
.hypothesis
|
|
|
|
# Ignore Openbao data directory as it contains runtime-generated data
|
|
docker/addons/certs/openbao/
|
|
|
|
# Ignore generated local Atom service tokens.
|
|
docker/.env.tokens
|
|
|
|
# Ignore SeaweedFS data directory as it contains runtime-generated data
|
|
docker/data/*
|
|
|
|
demo-ui
|
|
node_modules
|