I'm working in a team and want to share my exclusion pattern by storing the generated JSON file in git. However, this file contains absolute paths to my project which won't work on other people's machines. It should be possible to use things like $(SolutionDir) to overcome this.