Comment 39 for bug 374274

Revision history for this message
Tom (tom-lorinthe) wrote :

It's sad we have to daily backup .cache, node_modules and so many other useless files. The best workaround I have is to copy and past a prepared config line to the ignore pattern, with dconf-editor >> org.gnome.DejaDup :

 ```
 [
    '$TRASH',
    'Websites/proj-1/node_modules',
    'Websites/proj-2/node_modules',
    'Websites/proj-3/node_modules'
 ]
```
Luckily, dconf-editor is forgiving enough to remove the empty spaces and lines.. ))