feat: initialize a utils lib with config functions handling config files in local and standard OS directories

This commit is contained in:
2024-08-22 20:40:12 +02:00
parent 90ff593438
commit f56439c9c5
11 changed files with 102 additions and 9 deletions

2
.gitignore vendored
View File

@ -21,3 +21,5 @@ target/
*.sln
*.sw?
# Ignore .env files
.env