flowconfig [ignore] not working
Open
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
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
```
Contributor guide
Assessment
This issue has not been assessed yet.