-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFILTER_LIST.common
More file actions
100 lines (93 loc) · 2.03 KB
/
FILTER_LIST.common
File metadata and controls
100 lines (93 loc) · 2.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# ORDER OF THIS FILE MATTERS!
##############################################################
# System Files
##############################################################
# Exclude System Files
## ⚠ Likely don't want to touch these ⚠
# Caveat emptor files (you may have placed important files here)
- /opt
- /root
- /srv
# System/Device paths
- /.snapshots
- /bin.*
- /bin*
- /bin
- /boot
- /dev
- /lib*
- /lib
- /lost+found
- /media
- /mnt
- /proc
- /recovery
- /run
- /sbin.*
- /sbin*
- /sbin
- /srv
- /sys
- /tmp
- /usr
- /var
# Include System Files
## ⚠ Add System Files as neccessary ⚠
+ /boot/efi/EFI/refind/
+ /boot/efi/loader/
+ /etc/docker/daemon.json
+ /etc/fstab
+ /etc/gdm3/custom.conf
+ /etc/gdm3/monitors.xml
+ /etc/hostname
+ /etc/modprobe.d/
+ /etc/modules
+ /etc/nsswitch.conf
+ /etc/samba/smb.conf
+ /etc/sddm.conf
+ /etc/ssh/sshd_config
+ /etc/sysctl.conf
+ /etc/udev/rules.d/
##############################################################
# Home Files
##############################################################
# Include Common files (explicit)
+ /home/**/.gnome/apps
# Exclude Common Junk files
- /home/**/.cache
- /home/**/.cargo
- /home/**/.com.google.Chrome*
- /home/**/.docker
- /home/**/.dotnet
- /home/**/.gnome
- /home/**/.lesshst
- /home/**/.local/share/Steam
- /home/**/.mozilla
- /home/**/.nv
- /home/**/.nuget
- /home/**/.pki
- /home/**/.steam
- /home/**/.var
- /home/**/.viminfo
- /home/**/.vscode
- /home/**/.wget-hsts
- /home/**/.wine
- /home/**/.Xauthority
- /home/**/.xdg
- /home/**/.zcomp*
- /home/**/*history*
- /home/**/node_modules/
# Include Common Config files
+ /home/**/.config/mimeapps.list
+ /home/**/.config/monitors.xml
+ /home/**/.config/user-dirs*
# Common Config Directories (whole-sale include)
+ /home/**/.config/autostart/**
+ /home/**/.config/dconf/**
+ /home/**/.config/menus/**
+ /home/**/.config/pipewire/**
# Include Common Local files
# Local Directories (whole-sale include)
+ /home/**/.local/share/fonts/**
+ /home/**/.local/share/gnome-settings-daemon/**
+ /home/**/.local/share/gnome-shell/**