diff --git a/src/utils/isIgnored.ts b/src/utils/isIgnored.ts index 9c50942..9a36782 100644 --- a/src/utils/isIgnored.ts +++ b/src/utils/isIgnored.ts @@ -5,6 +5,7 @@ import { getLintConfig, getProjectRoot } from '.' import { LintConfig } from '../types' /** + * A function to check if file/folder path matches any pattern from .gitignore or ignoreList (.sasjsLint) * * @param fPath absolute path of file or folder * @returns {Promise} true if path matches the patterns from .gitignore file otherwise false