Skip to content

Commit 30c52d4

Browse files
committed
Add more folders to the rsync exlude list
1 parent d35c2e3 commit 30c52d4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

backup/rsync_exclude.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
**/.mypy_cache
12
**/__pycache__
23
**/dhparam.pem
34
**/htmlcov
@@ -8,22 +9,32 @@
89
**/site-packages
910
**/test-results
1011
**/venv
12+
.arduino*
1113
.cache
1214
.cargo
15+
.config/JetBrains
1316
.config/**/Cache
1417
.config/**/CachedData
1518
.config/**/CacheStorage
1619
.config/**/Code Cache
1720
.config/Code/logs
1821
.config/Element/Cache
22+
.config/github-copilot
23+
.config/Signal/DawnGraphiteCache
24+
.config/Signal/DawnWebGPUCache
25+
.config/Signal/GPUCache
1926
.dropbox
2027
.gems
2128
.googleearth/Cache
29+
.java/.userPrefs/jetbrains
2230
.local/share/fish/generated_completions/
31+
.local/share/klipper
32+
.local/share/JetBrains
2333
.local/share/Steam/appcache
2434
.local/share/Steam/compatibilitytools.d
2535
.local/share/Steam/config/htmlcache
2636
.local/share/Steam/steamapps
37+
.local/share/Steam/steamrt64
2738
.local/share/Steam/ubuntu12_32
2839
.local/share/Steam/ubuntu12_64
2940
.local/share/Trash

0 commit comments

Comments
 (0)