i use Source File Exclusions for exclude bootstrap files on analysis. I must configure this exclusion for each project ! In Sonarqube server, i have an administration section to configure that for all projects.
Do have same configuration section on sonarcloud.io ?
Is your bootstrap code commited in your SCM? If not, you could likely have it ignored (in the .gitignore) as scanners reads this to exclude these files.