From a1ce81c3d7e23fcd5e9f5e4e8f092b3e2956e553 Mon Sep 17 00:00:00 2001 From: Esben Sparre Andreasen Date: Wed, 20 Oct 2021 23:00:46 +0200 Subject: [PATCH] Update creating-codeql-databases.rst --- docs/codeql/codeql-cli/creating-codeql-databases.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/codeql/codeql-cli/creating-codeql-databases.rst b/docs/codeql/codeql-cli/creating-codeql-databases.rst index 52bd076e636..cfde8adb3db 100644 --- a/docs/codeql/codeql-cli/creating-codeql-databases.rst +++ b/docs/codeql/codeql-cli/creating-codeql-databases.rst @@ -116,6 +116,8 @@ Here, we have specified a ``--source-root`` path, which is the location where database creation is executed, but is not necessarily the checkout root of the codebase. +By default, files in ``node_modules`` and ``bower_components`` directories are not extracted. + Python ~~~~~~