Move config to root

This commit is contained in:
floppydiskette 2024-09-05 03:57:46 +01:00
commit 143898753e
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

4
.gitignore vendored
View file

@ -39,8 +39,8 @@ build/
.DS_Store
### Other Stuff ###
**/resources/config*.json
!**/resources/config.example.json
config*.json
config.example.json
!**/resources/config.schema.json
### why would this not be here already ###