forked from mgl_crew/Mitgliederladen
amend gitignore for rust subdir
This commit is contained in:
parent
a0e980c194
commit
92476f342f
1 changed files with 14 additions and 0 deletions
14
hello_world/.gitignore
vendored
Normal file
14
hello_world/.gitignore
vendored
Normal 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
|
Loading…
Reference in a new issue