Explorar el Código

rust files are not supposed to be git ignored

Jonathan Kelley hace 8 meses
padre
commit
7053f3f8fe
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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",
         ]
     }