Like git , place a file into the folder want to ignore file with, and process the ignore file recursively.
example I want to ignore folder A and B in the root folder, and sync folder C while I want to sync the folder B in the folder C.
So I can write 2 .filenignore file in the root folder and the folder C to accomplish that
Like git , place a file into the folder want to ignore file with, and process the ignore file recursively. example I want to ignore folder A and B in the root folder, and sync folder C while I want to sync the folder B in the folder C. So I can write 2
.filenignore
file in the root folder and the folder C to accomplish that