Skip to content

Commit 22cdc43

Browse files
committed
ci: remove .pot from gitignore
1 parent 0952d19 commit 22cdc43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/push-pot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
exit 0
2929
fi
3030
31-
git add -f locale/en
31+
git add locale/en
3232
git commit -m "updated pot"
3333
git push origin 3.0
3434

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ webhooks/.env
2929

3030
locale/*
3131
!locale/ru
32+
!locale/en
3233

3334
# redundant folders created by sphinx
3435

0 commit comments

Comments
 (0)