amend gitignore for rust subdir

This commit is contained in:
Frank Denzer 2023-06-02 14:49:02 +02:00
parent a0e980c194
commit 92476f342f

14
hello_world/.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# Ignore compiled artifacts and build directories
/target/
Cargo.lock
# Ignore editor-specific temporary files
**/*.rs.bk
# Ignore generated documentation
/target/doc/
# Ignore generated binaries
Cargo.toml.orig
Cargo.toml.bk
Cargo.lock.bk