databricks-cli/libs/git/testdata
Pieter Noordhuis c25bc041b1
Never ignore root directory when enumerating files in a repository (#683)
## Changes

The pattern `.*` in a `.gitignore` file can match `.` when walking all
files in a repository. If it does, then the walker immediately aborts
and no files are returned. The root directory (an unnamed directory)
must never be ignored.

Reported in https://github.com/databricks/databricks-vscode/issues/837.

## Tests

New tests pass.
2023-08-21 07:35:02 +00:00
..
a Move git package to libs/git (#189) 2023-01-31 19:19:16 +01:00
ignorethis Move git package to libs/git (#189) 2023-01-31 19:19:16 +01:00
.gitignore Never ignore root directory when enumerating files in a repository (#683) 2023-08-21 07:35:02 +00:00
databricks.yml Move git package to libs/git (#189) 2023-01-31 19:19:16 +01:00