mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 14:05:58 +03:00
Add .htaccess to sync exclude
ownCloud Server blacklists .htaccess files for security reasons - so it's useless to try to sync it.
See isBlacklisted() - fed34aecfa/lib/filesystem.php (L388)
This commit is contained in:
parent
3fc8e1c339
commit
e220de5236
1 changed files with 1 additions and 0 deletions
|
@ -27,4 +27,5 @@ Thumbs.db
|
|||
.fseventd
|
||||
.apdisk
|
||||
|
||||
.htaccess
|
||||
|
||||
|
|
Loading…
Reference in a new issue