From 94dbceccfbb53c288d16d18b753b8ad520f34f1b Mon Sep 17 00:00:00 2001 From: IDG SERPRO Date: Fri, 14 Jun 2019 12:22:07 -0300 Subject: [PATCH] Don't ignore *.pot files. Although dynamically generated from i18n tools, in some situations (specially in the Plone world) you need to add a manual.pot with manual entries that need to be versioned. More information: https://github.com/plone/documentation/blob/0ea1b1f715e9031a434d72f57c189f25aa1f4b73/develop/plone/i18n/internationalisation.rst#manual-po-entries --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index c0c219be..17aff561 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -52,7 +52,6 @@ coverage.xml # Translations *.mo -*.pot # Django stuff: *.log