Ignoring files requires specifying both a Windows and Unix style path
Open
- Dominant language
- Python
- Stars
- 14k
- Forks
- 904
- PR merge metrics
- No merged PRs in 30d
Description
When working on a project that is cross platform, the path for files to be ignored has to be explicitly stated for Windows/Unix.
For example, the following would have to be in the `.yapfignore` to successfully ignore `file.py` on Windows and Unix based systems.
```
directory/file.py
.\directory\file.py
```
Contributor guide
Assessment
This issue has not been assessed yet.