Skip to content

Commit

Permalink
add specific gitignore rule for generated .mo files in the docs folder (
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 4, 2023
1 parent c7aa931 commit 3fde610
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
*.dll
*.egg-info/
*.mo
*.profraw
*.pyc
*.pyo
Expand Down Expand Up @@ -31,3 +30,4 @@ parts/
pyvenv.cfg
testing.log
var/
docs/locale/*/LC_MESSAGES/*.mo
5 changes: 5 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,8 @@ ignore-bad-ideas = [
"src/Products/Five/tests/locales/de/LC_MESSAGES/fivetest.mo",
"src/Products/Five/tests/locales/en/LC_MESSAGES/fivetest.mo",
]

[git]
ignore = [
"docs/locale/*/LC_MESSAGES/*.mo",
]

0 comments on commit 3fde610

Please sign in to comment.