From c8ac31e271afe78f6127de737c616c6f6fab05cf Mon Sep 17 00:00:00 2001 From: Adrien Hopkins Date: Sat, 16 Sep 2023 12:58:48 -0500 Subject: Move config file to standard location The user's config directory is taken as ~\AppData\Local\ on Windows and is XDG-compliant elsewhere. The config file's location is /SevenUnits/config.txt. The SevenUnits directory is created if nonexistent. The previous location inside the git directory would not work for someone actually installing and using 7Units, so this change was made. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bbda9ac..45bd4fb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,5 @@ build # 7Units gitignore files *.class *~ -settings.txt /src/test/resources/test-settings.txt /bin/ -- cgit v1.2.3