Include .gitignore to localization-docs repositories #64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I learned that some repositories have several ".po~" files in the git tree. For instance, fedora-install-guide has 283 occurrences, fedora-release-notes 236 and fedora-system-administrators-guide 122.
I'm considering to remote ".po~" files and adding a .gitignore to each repository avoiding them to be added again.
Any objection?
I guess except release notes these repos are going to be moved to docs-archive, anyway.
this is a good idea, thank you
This ticket may be more related to https://forge.fedoraproject.org/docs/translations-scripts/ but it works ok here too
Indeed adding with translations-scripts seems better, otherwise it would get very manual. I'll open pull request against that repo.
Any entry besides '.po~' to .gitignore?