From 8b6718f5e216b9f2e74705b60df4e68e21493b94 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 6 Sep 2022 05:13:20 +0200 Subject: [PATCH] Renamed config.json to uplink.json plus .gitignore update --- .gitignore | 2 +- etc/{config.json.example => uplink.json.example} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename etc/{config.json.example => uplink.json.example} (100%) diff --git a/.gitignore b/.gitignore index 96c33ce..d9a732e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ uplink.dist .idea .run __pycache__ -etc/config.json +etc/uplink.json etc/gammurc log/*.log* uplink.iml diff --git a/etc/config.json.example b/etc/uplink.json.example similarity index 100% rename from etc/config.json.example rename to etc/uplink.json.example