Skip to content

Commit

Permalink
Refactored blacklist and whitelist directories
Browse files Browse the repository at this point in the history
- Updated BLACKLIST_DIR to include additional directories: ".angular", "cdk.out", and ".aws-sam"
- No changes made to WHITELIST_FILES
  • Loading branch information
fynnfluegge committed Sep 26, 2023
1 parent e8dc67d commit 28dc81b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codeqai/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ def load_files():
".vscode",
".github",
".gitlab",
".angular",
"cdk.out",
".aws-sam",
]
WHITELIST_FILES = [
".js",
Expand Down

0 comments on commit 28dc81b

Please sign in to comment.