Browse Source

rust files are not supposed to be git ignored

Jonathan Kelley 8 months ago
parent
commit
7053f3f8fe
1 changed files with 0 additions and 1 deletions
  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",
         ]
     }