The gitignore handling can exclude explicitly specified files
Abierto
bug
- Lenguaje dominante
- Rust
- Estrellas
- 17
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Given the .gitignore file:
```
.build/
```
If this directory exists in Git, and is explicitly specified in a glob like so:
```
backend/template/.build/**/*
```
Bit will not expand this glob.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.