Some paths in one of my project folders contains dots and underscores. This leads to errors when loading PSProfile:
Import-Metadata : At C:\Users\janring\AppData\Roaming\powershell\SCRT HQ\PSProfile\Configuration.psd1:76 char:18
+ GitPathMap = @{
+ ~
Missing closing '}' in statement block or type definition.
At C:\Users\janring\AppData\Roaming\powershell\SCRT HQ\PSProfile\Configuration.psd1:77 char:5
+ 2019MVPDagen_org = 'C:\Users\janring\Git\2019MVPDagen_org'
+ ~~~~~~~~~~~~~~~~