Updated gitignore to prevent .env file from being included in source control
All checks were successful
Rust Build / Check (pull_request) Successful in 24s
Rust Build / Test Suite (pull_request) Successful in 26s
Rust Build / Rustfmt (pull_request) Successful in 24s
Rust Build / Clippy (pull_request) Successful in 31s
Rust Build / build (pull_request) Successful in 29s

This commit is contained in:
2025-06-02 20:24:40 -04:00
parent 0654933431
commit f241b0af8d

1
.gitignore vendored
View File

@@ -1 +1,2 @@
/target
.env