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