I would only like to run an inspection (phpcs) on files that are not ignored by git as the core code of Magento (which is ignored) does not really have code style so the inspector goes wild.
So I see in Settings | Scopes you need to match as a pattern, is it possible to define the .gitignore files somehow.
I think this is not possible, so any other solutions of keeping files out of PHPCodeSniffer would be appreciated.