From 60d37447b8c85586a3e1f2f89597be4f7f80a49c Mon Sep 17 00:00:00 2001 From: Leon Haffmans Date: Mon, 9 Oct 2023 14:34:34 +0200 Subject: [PATCH] Add JSON Schemas to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6c0160ccf..06f4fc067 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,7 @@ docs/_static/images # version number for bo4e-python; gets auto-generated during the command # python -m build src/_bo4e_python_version.py + +# the autogenerated JSON schemas will be build and pushed to BO4E-Schemas +# on release +json_schemas/**/*.json