diff --git a/templates/rust.gitignore b/templates/rust.gitignore new file mode 100644 index 0000000..e10792c --- /dev/null +++ b/templates/rust.gitignore @@ -0,0 +1,19 @@ +# Generated by Cargo +target/ + +# Cargo.lock +Cargo.lock + +# IDE +.idea/ +*.iml +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Backup files +*~