Skip to content

Commit

Permalink
Add local Sonar files to gitignore
Browse files Browse the repository at this point in the history
Prevent the pollution of the git repository when running a local
Sonar instance for code analysis.
  • Loading branch information
julmud committed Jan 15, 2020
1 parent f571340 commit 47f83f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.editorconfig export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.sonarcloud.properties export-ignore
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ imagecache/
images/
.scannerwork/

# Sonar specifics
.scannerwork/
sonar-project.properties

# Prevent local collection and configuration from being uploaded to git
localsiteconfig.php
*.xml
Expand Down

0 comments on commit 47f83f8

Please sign in to comment.