Skip to content

bar/** seems to work differently than .gitignore #1

@littlebtc

Description

@littlebtc

For files like


.
├ foo
│  └ bar
│     └ some_file.txt
└ bar
   └ other_file.txt

When I ignore:

bar/**

Both foo/bar/some_file.txt and bar/other_file.txt will be ignored.

But for .gitignore, only bar/other_file.txt will be ignored.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions