Fix .gitignore rule for .mo files

This commit is contained in:
Gergely Polonkai 2018-07-12 09:12:44 +02:00
parent 8e3bcd8ede
commit 0a3cfafef3
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
__pycache__/
/calsocial/local.db
/messages.pot
/app/translations/*/LC_MESSAGES/*.mo
/calsocial/translations/*/LC_MESSAGES/*.mo
/.pytest_cache/