leostera/warp

Honor .gitignore files

Open

#12 aperta il 17 mar 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Rust (0 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (22 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor