google / google/yapf

Ignoring files requires specifying both a Windows and Unix style path

Open
#661 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.