You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This configuration symlinks ~/.local/share/gnome-shell/extensions to point to {your dotfiles directory}/local/share/gnome-shell/extensions. So if some program is putting its cache contents in that directory, you probably want to gitignore it. You can accomplish this by putting a .gitignore file somewhere in the folder hierarchy and giving a path to that file. E.g., put a .gitignore file in the root of your dotfiles repository (and check that file in to Git), with the following contents:
Hello, I am trying to figure out how to exclude the contents of mpris-cache. How would i add the exclusion in the config?
I want to exclude the contents of mpris-cache
.dotfiles/local/share/gnome-shell/extensions/widgets@aylur/media/mpris-cache/*
The text was updated successfully, but these errors were encountered: