Browse Source

rust files are not supposed to be git ignored

Jonathan Kelley 8 tháng trước cách đây
mục cha
commit
7053f3f8fe
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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",
         ]
     }