Update .gitignore to exclude src/main.rs file
Some checks failed
mint_ci / Check Python code using ruff (push) Successful in 15s
Rust-lint / Run rust tests (push) Failing after 41s
Rust-lint / Check Rust code with rustfmt and clippy (push) Failing after 30s

- Added src/main.rs to .gitignore to prevent tracking of changes in the main source file.
This commit is contained in:
2025-05-14 00:36:11 +09:00
parent 4e18ec84b0
commit 088ff40a14

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
/target
Cargo.lock
launch.json
/src/main.rs