From e0a9f630157430ddf8a6665c671182e18cb02007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Wed, 2 Oct 2024 14:10:40 +0200 Subject: [PATCH] add gitignore for rust project --- frontend/render_v2/rs/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontend/render_v2/rs/.gitignore diff --git a/frontend/render_v2/rs/.gitignore b/frontend/render_v2/rs/.gitignore new file mode 100644 index 000000000..ff47c2d77 --- /dev/null +++ b/frontend/render_v2/rs/.gitignore @@ -0,0 +1,11 @@ +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk