aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/project-administration
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2019-04-02 15:00:56 -0400
committerSonarTech <sonartech@sonarsource.com>2019-04-03 20:21:05 +0200
commit66930246f477d60ebca901cd03192ab92725e4ee (patch)
tree28251b41819b7cce06bfe595f1a783899331db18 /server/sonar-docs/src/pages/project-administration
parent604d8a615a524479472ffba8ea54868160411635 (diff)
downloadsonarqube-66930246f477d60ebca901cd03192ab92725e4ee.tar.gz
sonarqube-66930246f477d60ebca901cd03192ab92725e4ee.zip
DOC [SONAR-11880] add `.gitignore` to Narrowing...
Diffstat (limited to 'server/sonar-docs/src/pages/project-administration')
-rw-r--r--server/sonar-docs/src/pages/project-administration/narrowing-the-focus.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/project-administration/narrowing-the-focus.md b/server/sonar-docs/src/pages/project-administration/narrowing-the-focus.md
index 7f9e8134661..fd08062b173 100644
--- a/server/sonar-docs/src/pages/project-administration/narrowing-the-focus.md
+++ b/server/sonar-docs/src/pages/project-administration/narrowing-the-focus.md
@@ -17,7 +17,7 @@ If {instance}'s results aren't relevant, no one will want to use it. That's why
You can make these changes globally or at a project level. At both levels, the navigation path is the same: **Administration > General Settings > Analysis Scope**.
## Ignore Files
-We recommend that you exclude generated code, source code from libraries, etc. There are four different ways to narrow your analysis to the source code that will be relevant to the development team. You can combine them all together to tune your analysis scope.
+We recommend that you exclude generated code, source code from libraries, etc. There are four different ways to narrow your analysis to the source code that will be relevant to the development team. You can combine them all together to tune your analysis scope. Additionally, we automatically exclude from analysis the files described in your projects' `.gitignore` files. This behavior can be disabled. See `sonar.scm.exclusions.disabled` in the [Analysis Parameters](/analysis/analysis-parameters/) page for details.
### Source Directories
Set the [sonar.sources](/analysis/analysis-parameters/) property to limit the scope of the analysis to certain directories.