Skip to content

Commit 56cd6e9

Browse files
committed
unexclude .mo file for translation
1 parent bf69838 commit 56cd6e9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ coverage.xml
6767
.pytest_cache/
6868
cover/
6969

70-
# Translations
71-
*.mo
72-
*.pot
73-
7470
# Django stuff:
7571
*.log
7672
local_settings.py
@@ -179,3 +175,6 @@ cython_debug/
179175
**/migrations/**
180176
/services/
181177
data
178+
179+
*.pyc
180+
*.pyx

0 commit comments

Comments
 (0)