Skip to content

feat: use git ls-files to skip files ignored by git#9

Open
vlsi wants to merge 1 commit intoexadmin:mainfrom
vlsi:git_lsfiles
Open

feat: use git ls-files to skip files ignored by git#9
vlsi wants to merge 1 commit intoexadmin:mainfrom
vlsi:git_lsfiles

Conversation

@vlsi
Copy link
Contributor

@vlsi vlsi commented Dec 3, 2025

Ideally, Files.walkFileTree could be replaced with iteration over the detected list of files, however, the current change is a minimal one to improve the performance.

Fixes #7

Ideally, Files.walkFileTree could be replaced with iteration over the detected
list of files, however, the current change is a minimal one to improve the performance.

Fixes exadmin#7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support .gitignore

1 participant

Comments