Update projectionist for Rust

main
Ensar Sarajčić 2023-07-24 08:19:15 +02:00
parent 2634aec1a7
commit c10ef94e74
2 changed files with 3 additions and 1 deletions

View File

@ -487,6 +487,9 @@ local rust_config = {
["src/*.rs"] = {
type = "source",
},
["tests/*.rs"] = {
type = "test",
},
}
local zig_config = {

View File

@ -28,7 +28,6 @@
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #