rclone/rclone

Default ignore files list

Open

#2,894 建立於 2019年1月5日

在 GitHub 查看
 (10 留言) (2 反應) (0 負責人)Go (57,185 star) (5,090 fork)batch import
enhancementfilteringhelp wanted

描述

Version:

rclone v1.45
- os/arch: linux/amd64
- go version: go1.11.2

Feature request

Well first of all, I'm surprised I haven't seen anyone suggesting this idea here or on the forum and I was surprised to see it wasn't implemented already. The idea is probably familiar to you from other programs: Many sync programs like Syncthing and Git, ignore certain files when they encounter files like .gitignore and .stignore (Syncthing) which specify file names' patterns to ignore. It seems rclone has this functionality embedded in several optional flags but It could be great if it could by default search for a file with a default name such as .rcloneignore and act like Git or Syncthing with it.

貢獻者指南

Default ignore files list · rclone/rclone#2894 | Good First Issue