From 90fbe034571da4b4af501e728ef43cdc91405d92 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Wed, 3 May 2023 14:06:23 +0200
Subject: [PATCH] add oss-params.json to gitignore

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 6f706bf9..ab0739bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ __pycache__/
 coverage.xml
 .tox/device_vendor
 .vscode
-venv
\ No newline at end of file
+venv
+oss-params.json
-- 
GitLab