使用 Beyond Compare 对文件夹进行比对时可以排除指定文件或文件夹;

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; 文件
*-new-post.md
*.crdownload

; 文件夹
__pycache__
_gsdata_
.git
.history
.sync
node_modules
Tencent Files
#__SDXC__
*-new-post
*git
*var
*web
Desktop
Documents
OneDrive
Videos

附:对于「FastCopy」,文件夹需要添加添加\

1
2
3
4
5
6
7
8
__pycache__\
_gsdata_\
.git\
.history\
.sync\
node_modules\
Tencent Files\