From 6691949f7a18823391974f73329ce9ea16a59ead Mon Sep 17 00:00:00 2001 From: LukeVader-IV Date: Wed, 9 Jul 2025 20:47:59 +0200 Subject: [PATCH] change sample .env file name files starting with a `.` chatacter are "hidden files" in UNIX systems. some less knowledgable users may get confused by not seeing a file they expect. changing the example env file to not be a hidden file, making it easier to discover for a user --- .env.example => example.env | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .env.example => example.env (100%) diff --git a/.env.example b/example.env similarity index 100% rename from .env.example rename to example.env