1 2 3 4 5 6 7 8 9 10 11 12
# # *** Based upon: https://github.com/github/gitignore/blob/master/Rust.gitignore *** # # Contains artifacts (compiled files and executables) /target/ # These are backup files generated by rustfmt **/*.rs.bk # IntelliJ artifacts .idea/