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
Describe the bug
When using a specific .filenignore configuration, adding a folder named test and renaming it to Test will trigger events which will show the files inside as renamed even though they have not been renamed, but will not reflect the renaming of the folder.
To Reproduce
Steps to reproduce the behavior:
Set up a sync with the following .filenignore config
*
!test/
!test/**
Add a folder named test with some sample files in it
<path>\SYNC
└───test
test1.md
test2.md
test3.md
See files as uploaded in 'Events'
Rename the folder from test to Test, resulting in the following tree
<path>\SYNC
└───Test
test1.md
test2.md
test3.md
See files as renamed in 'Events'
Expected behavior
If only the directory name has changed, files should not be reported as renamed.
OS (please complete the following information):
OS: Windows 10
Ryzen 5 2600, 16GB RAM, 1TB SSD
NTFS
The text was updated successfully, but these errors were encountered:
Describe the bug
When using a specific
.filenignore
configuration, adding a folder namedtest
and renaming it toTest
will trigger events which will show the files inside as renamed even though they have not been renamed, but will not reflect the renaming of the folder.To Reproduce
Steps to reproduce the behavior:
.filenignore
configtest
with some sample files in ittest
toTest
, resulting in the following treeExpected behavior
If only the directory name has changed, files should not be reported as renamed.
OS (please complete the following information):
The text was updated successfully, but these errors were encountered: