refactor(vesktop): remove toplevel settings.json from tracking
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m11s

Vesktop modifies the file on basically every launch, making it a right
pain in the ass to manage it in git.
This commit is contained in:
Price Hiller 2024-06-12 02:41:02 -05:00
parent 2228d8085c
commit e16056ba2e
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,4 @@
*
!.gitignore
!settings.json
!settings/
!themes/

View File

@ -1,7 +0,0 @@
{
"minimizeToTray": false,
"discordBranch": "stable",
"arRPC": "on",
"splashColor": "rgb(202, 211, 245)",
"splashBackground": "rgb(36, 39, 58)"
}