I am trying to exclude a directory from being analyzed by Sonar. I have the following properties defined in my sonar-project.properties file:
sonar-project.properties
so
Add comma separated folder paths sonar.exclusions=**/abc/**,**/def/**
sonar.exclusions=**/abc/**,**/def/**
This worked in an angular project