xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
819 stars 143 forks source link

Cannot understand the ignore file #230

Closed katakosg closed 4 years ago

katakosg commented 7 years ago

Hello, if the OneDrive folder is in path /home/user/OneDrive, how I can exlude a folder? Can you provide an example? Thanks in advance.

nv-quan commented 7 years ago

If you want to exclude a folder, just add /[folder name] into a new line (without [ ])

katakosg commented 4 years ago

Thanks