Mitgliederladen/hello_world/.gitignore

15 lines
243 B
Text
Raw Normal View History

2023-06-02 14:49:02 +02:00
# 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