From 827cd54d1e773d1d28a3f2ff61fe0f2a6bf0a4c3 Mon Sep 17 00:00:00 2001
From: "thibault.capt" <thibault.capt@hes-so.ch>
Date: Wed, 25 Oct 2023 15:13:37 +0200
Subject: [PATCH] add from gitignore the json file

---
 .gitignore            |  2 +-
 training_session.json | 22 ----------------------
 2 files changed, 1 insertion(+), 23 deletions(-)
 delete mode 100644 training_session.json

diff --git a/.gitignore b/.gitignore
index 612df85..ede7d28 100644
--- a/.gitignore
+++ b/.gitignore
@@ -134,5 +134,5 @@ Cargo.lock
 # Can be generated by other build systems other than cargo (ex: bazelbuild/rust_rules) 
 rust-project.json
 
-
+training_session.json
 # End of https://www.toptal.com/developers/gitignore/api/rust,rust-analyzer,jetbrains
\ No newline at end of file
diff --git a/training_session.json b/training_session.json
deleted file mode 100644
index 898ff8f..0000000
--- a/training_session.json
+++ /dev/null
@@ -1,22 +0,0 @@
-[
-  {
-    "name": "daiwdji",
-    "description": "jiijo",
-    "date": "ijo",
-    "location": "jio",
-    "duration": 0,
-    "participants": [
-      "jio"
-    ]
-  },
-  {
-    "name": "Foot",
-    "description": "fandn",
-    "date": "nn",
-    "location": "awd",
-    "duration": 0,
-    "participants": [
-      "nsda"
-    ]
-  }
-]
\ No newline at end of file
-- 
GitLab