Mark .renpy/persistent as too broad

This commit is contained in:
mtkennerly 2024-09-30 23:40:51 -04:00
parent ffb814b907
commit 518396ae02
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
2 changed files with 1 additions and 9 deletions

View file

@ -70070,11 +70070,6 @@ Being a DIK:
- config - config
when: when:
- os: linux - os: linux
"<home>/.renpy/persistent":
tags:
- save
when:
- os: linux
"<winAppData>/RenPy/BeingaDIK-1535311494": "<winAppData>/RenPy/BeingaDIK-1535311494":
tags: tags:
- save - save
@ -209697,10 +209692,6 @@ Elevenses:
when: when:
- os: linux - os: linux
store: steam store: steam
"<home>/.renpy/persistent/*.pw":
when:
- os: linux
store: steam
"<home>/Library/RenPy/ElevensesF/*.save": "<home>/Library/RenPy/ElevensesF/*.save":
when: when:
- os: mac - os: mac

View file

@ -85,6 +85,7 @@ fn too_broad(path: &str) -> bool {
format!("{HOME}/Library/Application Support/UserData"), format!("{HOME}/Library/Application Support/UserData"),
format!("{HOME}/Library/Preferences"), format!("{HOME}/Library/Preferences"),
format!("{HOME}/.renpy"), format!("{HOME}/.renpy"),
format!("{HOME}/.renpy/persistent"),
format!("{HOME}/Library"), format!("{HOME}/Library"),
format!("{HOME}/Library/RenPy"), format!("{HOME}/Library/RenPy"),
format!("{HOME}/Telltale Games"), format!("{HOME}/Telltale Games"),