Skip to content

Commit

Permalink
Add .gitkeep as an ignored filename
Browse files Browse the repository at this point in the history
Closes #643
  • Loading branch information
stevepiercy authored Aug 3, 2024
1 parent fc3a255 commit 25b6d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/towncrier/_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def find_fragments(
If strict, raise ClickException if any fragments have an invalid name.
"""
ignored_files = {".gitignore", ".keep", "readme", "readme.md", "readme.rst"}
ignored_files = {".gitignore", ".gitkeep", ".keep", "readme", "readme.md", "readme.rst"}
if isinstance(config.template, str):
# Template can be a tuple of (package_name, resource_name).
#
Expand Down

0 comments on commit 25b6d58

Please sign in to comment.