I used the example config file of the readme file and I adjust the exclude section for my needs. I took me a while to figure out that I had to seperate exclusions with a comma. If you add commas to the example config, the next one who use it will not make the same mistakes as I did.
/exclude
*.min.js,
/temp/,
/test/,
/google-tracker.js,
/thirdp/
exclude/
I used the example config file of the readme file and I adjust the exclude section for my needs. I took me a while to figure out that I had to seperate exclusions with a comma. If you add commas to the example config, the next one who use it will not make the same mistakes as I did.
/exclude
*.min.js,
/temp/,
/test/,
/google-tracker.js,
/thirdp/
exclude/