From 6cfc352f56fc9192fb9c3a16eda5f900ca5d4f17 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:07:32 +0000 Subject: [PATCH] docs: update with notes on .git folder handling --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d347c52..623f80e 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,6 @@ Run tests: 4. Make sure typescript is intalled with `npm i -g typescript` then run `tsc` to compile the changes. 5. Refresh the browser and Tdarr will pick up the changes +Note, `pluginsDir` directories that contain a `.git` folder (such as when cloning this repo) will cause Tdarr to skip plugin updates to prevent overwriting development changes.