leostera/warp

Honor .gitignore files

Open

#12 geöffnet am 17. März 2023

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Rust (0 Forks)github user discovery
enhancementgood first issue

Repository-Metriken

Stars
 (22 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide