profiles: godot: allow ~/.local/share/Trash (#6904)

Fixes an error in Godot 4.5 where files cannot be deleted from within
the Editor.
This commit is contained in:
Spider Jerusalem 2025-09-22 03:28:09 +01:00 committed by GitHub
parent d0c89ae819
commit 3207760728
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ ignore noexec ${HOME}
noblacklist ${HOME}/.cache/godot
noblacklist ${HOME}/.config/godot
noblacklist ${HOME}/.local/share/Trash
noblacklist ${HOME}/.local/share/godot
include disable-common.inc