Skip to content

Commit 658b010

Browse files
eacodegenbagel897
authored and
tkucar
committed
Ignore folder (#317)
Co-authored-by: bagel897 <[email protected]>
1 parent 310891f commit 658b010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/sdk/codebase/codebase_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
logger = logging.getLogger(__name__)
5252

5353

54-
GLOBAL_FILE_IGNORE_LIST = [".git/*", ".yarn/releases/*", ".*/tests/static/chunk-.*.js"]
54+
GLOBAL_FILE_IGNORE_LIST = [".git/*", ".yarn/releases/*", ".*/tests/static/chunk-.*.js", ".*/ace/.*.js"]
5555

5656

5757
@unique

0 commit comments

Comments
 (0)