-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.rsync-filter
40 lines (40 loc) · 1.06 KB
/
.rsync-filter
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
# rsync rules file
#
# EN: To be use with a command like:
# FR: A utiliser avec des commandes du type
# rsync -rlptzv --filter=._PATH_TO_THIS-FILE/.rsync-filter --progress --delete SOURCE DESTINATION
#
# EN: Warning: be sure to have latest version of rsync. On MacOS the rsync installed
# is an old one with inconsitent behaviour with this type of rules file.
# FR: Attention. Assurez vous d'installer la dernière version de rsync. La version installée
# avec MacOS est une ancienne version qui à un comportement incohérent avec ce type de fichier de règles.
#
- .git
- .vscode
- .DS_Store
- .gitignore
-/ __pycache__/***
-/ custom_components/archive/***
+/ automations/***
+/ blueprints/***
+/ custom_components/***
+/ customizations/***
+/ entities/***
+/ esphome/
+/ esphome/*.yaml
+/ integrations/***
+/ scripts/***
+/ themes/***
+/ www/***
+/ configuration.yaml
+/ known_devices.yaml
+/ automations.yaml
+/ customize.yaml
+/ scenes.yaml
+/ secrets.yaml
+/ scripts.yaml
+/ zwave_device_config.yaml
+/ .HA_VERSION
+/ .google_maps_location_sharing.*
- export-lovelace.yaml
- *