mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Add exclusion for OSX ._<filename> files
Exclude older OSX metadata ._<filename> files from sync, improving cross-platform sync experience. Tested-on: arcturus <20 Nov 2013>
This commit is contained in:
parent
97c661c909
commit
32e205f6ce
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ csync_journal.db.ctmp
|
|||
|
||||
].DS_Store
|
||||
].ds_store
|
||||
._*
|
||||
]Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
|
|
Loading…
Reference in a new issue