Scanner Configuration
Excluding Files and Directories from Scans
By default, HoundDog.ai respects your .gitignore file. To exclude additional files and folders, create a .hounddogignore file at the root of your repository using the .gitignore pattern format. Here are some examples:
x
# Ignore the node_modules directorynode_modules/# Ignore a specific fileconfig.js# Ignore all files in the test directorytest/*