leostera/warp

Honor .gitignore files

Open

#12 创建于 2023年3月17日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)Rust (0 fork)github user discovery
enhancementgood first issue

仓库指标

Star
 (22 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南