Skip to content

Commit 3c1987c

Browse files
committed
Add .git to list of manifest-ignored files
because in git worktrees, it's a file, not a directory.
1 parent 6888e19 commit 3c1987c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rakelib/check_manifest.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ task check_manifest: :templates do
3535
]
3636

3737
ignore_files = %w[
38+
.git # in worktrees this is a file, not a directory
3839
.ruby-version
3940
.editorconfig
4041
.git-blame-ignore-revs

0 commit comments

Comments
 (0)