flowconfig [ignore] not working
Aperta
- Lingua principale
- Rust
- Stelle
- 22.3k
- Fork
- 1.9k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
I am ignoring test files and gif files using [ignore] of flowconfig but it's not ignoring
**Error for GIF file**: Malformed Unicode
**Project structure**
```
/root
/node_modules
/src
/component
index.js
index.test.js
index.gif
flowconfig
```
**flowconfig**
```
[ignore]
node_modules
*.test
[libs]
src
[options]
munge_underscores=true
```
```
> flow check
Library parse error:
src/components/Loader/loader.gif:0
Malformed unicode
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.