forked from mgl_crew/Mitgliederladen
14 lines
243 B
Text
14 lines
243 B
Text
# 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
|