We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d0f0e commit 27a69a8Copy full SHA for 27a69a8
src/codegen/sdk/codebase/codebase_graph.py
@@ -51,7 +51,7 @@
51
logger = logging.getLogger(__name__)
52
53
54
-GLOBAL_FILE_IGNORE_LIST = [".git/*", ".yarn/releases/*", ".*/tests/static/chunk-.*.js"]
+GLOBAL_FILE_IGNORE_LIST = [".git/*", ".yarn/releases/*", ".*/tests/static/chunk-.*.js", ".*/ace/.*.js"]
55
56
57
@unique
0 commit comments