Skip to content

Commit af35ac8

Browse files
authored
Ignore compiled and minified javascript files (#606)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent f59804c commit af35ac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/codegen/sdk/codebase/codebase_context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
".*/tests/static/chunk-.*.js",
6868
".*/ace/.*.js",
6969
"src/vs/platform/contextview/browser/contextMenuService.ts",
70+
"*/compiled/*",
71+
"*/*.min.js",
7072
]
7173

7274

0 commit comments

Comments
 (0)