Skip to content

Commit

Permalink
ci: remove .pot from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lastoCHka42 committed Dec 20, 2023
1 parent 0952d19 commit 22cdc43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-pot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
exit 0
fi
git add -f locale/en
git add locale/en
git commit -m "updated pot"
git push origin 3.0
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ webhooks/.env

locale/*
!locale/ru
!locale/en

# redundant folders created by sphinx

Expand Down

0 comments on commit 22cdc43

Please sign in to comment.