浏览代码

rust files are not supposed to be git ignored

Jonathan Kelley 8 月之前
父节点
当前提交
7053f3f8fe
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/cli/src/dioxus_crate.rs

+ 0 - 1
packages/cli/src/dioxus_crate.rs

@@ -347,7 +347,6 @@ impl DioxusCrate {
             ".*",
             "*.lock",
             "*.log",
-            "*.rs",
         ]
     }