Skip to content

Commit

Permalink
🩹 ignore src folder with makemessages
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Mar 4, 2024
1 parent f5c5071 commit 1bc4193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ requirements: requirements.in requirements-dev.in requirements-production.in
pip-compile requirements-production.in

messagesde:
python manage.py makemessages -l de --ignore public --ignore froide-env --ignore node_modules --ignore htmlcov --add-location file
python manage.py makemessages -l de --ignore public --ignore froide-env --ignore node_modules --ignore htmlcov --ignore src --add-location file

0 comments on commit 1bc4193

Please sign in to comment.