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
Use the 👍 reaction to show support for this feature.
Avoid commenting unless you have relevant information to add; unnecessary comments create noise for subscribers.
Subscribe to receive notifications about status changes and new comments.
Is your feature request related to a problem? Please describe.
When I create a .sync-exclude.lst in a subfolder - to ignore a credentials file for example the global one is ignored and I have to paste the whole file again (in that subfolder)
Describe the solution you'd like
Add an option in the UI (or settings) to join both files (so the global + from the subfolder) and to add ! if you want to override the global one.
Describe alternatives you've considered
My alternative is to paste the global file in the directories but this is a lot of work (I have 50+ dirs :<)
Additional context
For example, in my global file I have:
*venv*
.git
.crenentials
.env
_pycache_
and when I create one in subfolder to ignore .credentials file all of my venvs are synced!
Tip
Help move this idea forward
Is your feature request related to a problem? Please describe.
When I create a
.sync-exclude.lstin a subfolder - to ignore a credentials file for example the global one is ignored and I have to paste the whole file again (in that subfolder)Describe the solution you'd like
Add an option in the UI (or settings) to join both files (so the global + from the subfolder) and to add
!if you want to override the global one.Describe alternatives you've considered
My alternative is to paste the global file in the directories but this is a lot of work (I have 50+ dirs :<)
Additional context
For example, in my global file I have:
and when I create one in subfolder to ignore
.credentialsfile all of my venvs are synced!