The Ignore List is a fantastic feature that is motivating to move from Dropbox. The issue I’m having is finding a correct way to ignore sub-folders in a pattern.
For example:
test
– ignore
– another
– keep
– toignore
“ignore” - properly ignores the “ignore” folder
“another/toignore” - does not ignore the “toignore” folder
the ignore rule doesn’t work for folder paths, just folder names. that’s why it worked for the “ignore” folder if you set a rule to ignore the folder “toignore”, it will be applied even if it’s a subfolder
This is another fail on customer communication on Insync’s part.
It’s fine if the feature has limitations, in this case - only file/folder name matching. BUT why do you advertise it as “full” glob syntax?!?! It is NOT.
‘name’, ‘name.ext’, ‘*.ext’, full path and using the first mentioned methods (in case we want to manage a file or files in a specific address)
For folders only:
‘folder/’, ‘folder/subfolder/’ (or more subfolders), full path and using the first mentioned methods (it would be the same as in the files)
For files and folders:
‘folder/ *’ so that everything inside that folder we decide what to do and obviously the folder too, it does not make sense to synchronize an empty folder.
I have the same as before with support for full path (without regex, it would be very ambiguous).
In the folders that are mandatory add the “/” at the end to distinguish between files and folders or in the gui add two or three sections one for files one for folders and for both cases so the user will understand better to be differentiated and thus would not be mandatory "/ " at the end.
And all in case sensitive, Important for me.
with all these characteristics it would be perfect for me, I manage many files and it makes the organization much easier.
I may ask a lot but I think you use python so there are several ways to do it.
Any more input here? Doesn’t feel like this issue is resolved since I still do not know how to ignore sub-folders. This is basically killing my CPU because of constant syncing of local development files. Any way to add something like .insyncignore file or something?