From a42804c52c1f5ae283d802bcf0a6c4e83d1bca3c Mon Sep 17 00:00:00 2001 From: Nuullll Date: Fri, 21 Jul 2023 16:16:39 +0800 Subject: [PATCH] Ignore localizations folder Otherwise `--upgrade` would remove the `localizations` folder unexpectedly. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d4a76f836..37f911684 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ venv /log /cert .vscode/ +/localizations # unexcluded so folders get created !/repositories/.placeholder