1 2 3 4 5 6 7 8 9 10 11
# .gitignore file # Ignore Cargo lock files for library projects Cargo.lock # Ignore artifacts from the build process /target/ # Ignore backup files created by rustfmt **/*.rs.bk