Bläddra i källkod

rust files are not supposed to be git ignored

Jonathan Kelley 8 månader sedan
förälder
incheckning
7053f3f8fe
1 ändrade filer med 0 tillägg och 1 borttagningar
  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",
         ]
     }