This website works better with JavaScript
Home
Explore
Help
Sign In
lenn
/
dioxus-mirror
mirror of
https://github.com/DioxusLabs/dioxus.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
rust files are not supposed to be git ignored
Jonathan Kelley
8 months ago
parent
7ec3453ca3
commit
7053f3f8fe
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
packages/cli/src/dioxus_crate.rs
+ 0
- 1
packages/cli/src/dioxus_crate.rs
View File
@@ -347,7 +347,6 @@ impl DioxusCrate {
".*",
"*.lock",
"*.log",
- "*.rs",
]
}