Mark .renpy/persistent as too broad
This commit is contained in:
parent
ffb814b907
commit
518396ae02
2 changed files with 1 additions and 9 deletions
|
@ -85,6 +85,7 @@ fn too_broad(path: &str) -> bool {
|
|||
format!("{HOME}/Library/Application Support/UserData"),
|
||||
format!("{HOME}/Library/Preferences"),
|
||||
format!("{HOME}/.renpy"),
|
||||
format!("{HOME}/.renpy/persistent"),
|
||||
format!("{HOME}/Library"),
|
||||
format!("{HOME}/Library/RenPy"),
|
||||
format!("{HOME}/Telltale Games"),
|
||||
|
|
Reference in a new issue