From ff1a9f20965e1a8c4d990dc12f7704629ad71557 Mon Sep 17 00:00:00 2001 From: Ruel Tmeizeh - RuhNet Date: Mon, 26 Feb 2024 18:33:19 -0500 Subject: [PATCH] Added .gitignore and renamed leapi_config.json to leapi_config.json.sample --- .gitignore | 4 ++++ leapi_config.json => leapi_config.json.sample | 0 2 files changed, 4 insertions(+) create mode 100644 .gitignore rename leapi_config.json => leapi_config.json.sample (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..68fa9a2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +getssl +leapi + + diff --git a/leapi_config.json b/leapi_config.json.sample similarity index 100% rename from leapi_config.json rename to leapi_config.json.sample