Unverified 提交 c54635d8 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Read .py files (#907)

Fixes #880
上级 599f4c21
...@@ -41,6 +41,9 @@ const ALLOWED_EXTENSIONS = [ ...@@ -41,6 +41,9 @@ const ALLOWED_EXTENSIONS = [
".java", ".java",
".gradle", ".gradle",
".swift", ".swift",
// Edge cases
// https://github.com/dyad-sh/dyad/issues/880
".py",
]; ];
// Directories to always exclude // Directories to always exclude
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论