leostera/warp

Honor .gitignore files

Open

#12 opened on 2023年3月17日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)Rust (0 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (22 stars)
PR merge metrics
 (PR metrics pending)

説明

Right now some of the glob expansion that Warp does, doesn't always follow the ignored files, so sometimes we pick up files that don't end up as part of the official sources.

This happened while pairing with @diogomqbm, and we found out that there was a folder in the BEAM tricorder that had just been ignored, but locally it was being picked up by warp and building.

Edge case, but good to consider this more generally.

コントリビューターガイド