From d6fa65d628f7fab2608c7bac7e35e794deb5864e Mon Sep 17 00:00:00 2001 From: msinn Date: Thu, 14 Sep 2023 20:22:28 +0200 Subject: [PATCH] Addition to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bc08e4ed4..6a46b1f3c 100755 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,10 @@ ehthumbs.db Thumbs.db # don't upload private plugins -/priv_* +/priv_*/ + +# don't upload plugins loaded from develop to a release installation +/*_dev/ # Pycharm settings /.idea