chore(i18n): stop tracking generated locale/*.po copies
az.po/ru.po are regenerated (overwritten) by the az_locale app on every `bench migrate` via setup_locale, so tracking them dirtied the working tree and blocked `git pull`. Untrack them and gitignore locale/*.po; main.pot stays tracked, masters remain the source of truth in the az_locale repo. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
eb7bd51f1d
commit
d7bf356779
|
|
@ -53,3 +53,9 @@ jspm_packages/
|
|||
|
||||
# Aider AI Chat
|
||||
.aider*
|
||||
|
||||
# Per-app translation copies (az.po/ru.po) are generated and overwritten by the
|
||||
# az_locale app on every `bench migrate` (setup_locale). Masters live in the
|
||||
# az_locale repo, so keeping these tracked only dirties the tree and blocks
|
||||
# `git pull`. Untrack them; main.pot (the extraction template) stays tracked.
|
||||
kapital_bank/locale/*.po
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue