Update projectionist for Rust
parent
2634aec1a7
commit
c10ef94e74
|
@ -487,6 +487,9 @@ local rust_config = {
|
|||
["src/*.rs"] = {
|
||||
type = "source",
|
||||
},
|
||||
["tests/*.rs"] = {
|
||||
type = "test",
|
||||
},
|
||||
}
|
||||
|
||||
local zig_config = {
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
# Logs and databases #
|
||||
######################
|
||||
*.log
|
||||
*.sql
|
||||
*.sqlite
|
||||
|
||||
# OS generated files #
|
||||
|
|
Loading…
Reference in New Issue