Add ignore to documents folder
This commit is contained in:
parent
2d8c7bfdf7
commit
60cc8815e3
1 changed files with 7 additions and 0 deletions
|
|
@ -52,6 +52,13 @@ in {
|
|||
id = "documentFolder";
|
||||
path = "/home/${username}/Documents";
|
||||
devices = ["artemis" "terra" "solis"];
|
||||
ignorePatterns = [
|
||||
"node_modules"
|
||||
".venv"
|
||||
"venv"
|
||||
"dist-newstyle"
|
||||
"constipated-koala/storage"
|
||||
];
|
||||
};
|
||||
"Programming" = {
|
||||
id = "programmingFolder";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue