fefrie Report post Posted April 10, 2016 Hi there, could someone create a sample ignorelist file for me? I'm familiar enough with the syntax, however, I don't know where/how to place it. And it also seems that the ignorelist structure is different between 1.4 and 2.x. If I want to ignore a folder called [Sample], how would I insert the syntax? 1.4 # IgnoreList is a UTF-8 encoded .txt file that helps you specify single files, paths and rules # for ignoring during the synchronization job. It supports "?" and "*" wildcard symbols. # # # OS generated files # .DS_Store .Spotlight-V100 .Trashes ~* ehthumbs.db desktop.ini Thumbs.db ._* and 2.x # IgnoreList is a UTF-8 encoded .txt file that helps you specify single files, paths and rules # for ignoring during the synchronization job. It supports "?" and "*" wildcard symbols. # # # OS generated files # .DS_Store .Spotlight-V100 .Trashes ehthumbs.db desktop.ini Thumbs.db # Temporary files # ~* *~ .~lock.* *.part *.crdownload @eaDir @SynoResource .@__thumb ._* As you can see, they're both slightly different. Where do I insert the rule/exception? Quote Share this post Link to post Share on other sites
Remirus Report post Posted April 11, 2016 fefrie, default IgnoreLists are almost the same, but for 2.x versions there are additional strings to ignore certain files. You just need to add a new string and place file or folder name you want to ignore. Here is an example: (starting from two last strings:) .@__thumb ._* Ignored-folder [Sample] Text under "#" symbol are comments. They were added to make it easier for you to organize ignored folders. But logic is the same and you can place new strings in any "section". Quote Share this post Link to post Share on other sites
GreatMarko Report post Posted April 11, 2016 @fefrie You may also find the following Help Center article useful: Ignoring Files in Sync Quote Share this post Link to post Share on other sites