[education/rkward] /: Remove po/ from .gitignore

Luigi Toscano null at kde.org
Sun Nov 27 17:28:41 GMT 2022


Git commit e88aa0f501ba518b4dd1d0a845ccb0d1bd2389ea by Luigi Toscano.
Committed on 27/11/2022 at 17:27.
Pushed by ltoscano into branch 'master'.

Remove po/ from .gitignore

This change allows scripty to inject a copy of the translations
inside the repository.

M  +1    -3    .gitignore

https://invent.kde.org/education/rkward/commit/e88aa0f501ba518b4dd1d0a845ccb0d1bd2389ea

diff --git a/.gitignore b/.gitignore
index 2852a849..72fd8a48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,10 +9,8 @@ rkward/version.h
 rkward/rbackend/rpackages/rkward/R/ver.R
 # Log files from testing
 tests/make_plugintests.txt
-# Message templates and imported translations should not be in the repo
+# Message templates should not be in the repo
 *.pot
-i18n/po/
-po/
 # General purpose temp directory for scripts
 scripts/tmp/
 # More (legacy) temp dirs


More information about the rkward-tracker mailing list