From 632a39cd5da3f97704e325651fd2c15e9dfb2564 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Sun, 18 Dec 2022 15:49:05 +0100 Subject: [PATCH] Add turkey --- .gitignore | 2 ++ src/main/resources/Tippliga/2023_Ligen.json | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 7258bb3..612fa96 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /.settings/ /build/ /target/ +src/main/main.iml +src/test/test.iml diff --git a/src/main/resources/Tippliga/2023_Ligen.json b/src/main/resources/Tippliga/2023_Ligen.json index 83b49aa..ee6adb2 100644 --- a/src/main/resources/Tippliga/2023_Ligen.json +++ b/src/main/resources/Tippliga/2023_Ligen.json @@ -83,5 +83,10 @@ "country": "World", "name": "UEFA Super Cup", "league_id": 4306 + }, + { + "country": "Turkey", + "name": "Süper Lig", + "league_id": 4418 } ] \ No newline at end of file