diff --git a/programs/yarn.json b/programs/yarn.json index 163f6bc4..dd113f18 100644 --- a/programs/yarn.json +++ b/programs/yarn.json @@ -10,6 +10,16 @@ "path": "$HOME/.yarn", "movable": false, "help": "Changing this is currently not supported.\n" + }, + { + "path": "$HOME/.yarncache", + "movable": false, + "help": "Changing this is currently not supported.\n" + }, + { + "path": "$HOME/.yarn-config", + "movable": false, + "help": "Changing this is currently not supported.\n" } ] }