From 7a3fa9e0cca7a2e77fad9ecc5127d911e02266fe Mon Sep 17 00:00:00 2001 From: Anil Date: Mon, 11 Nov 2024 18:45:14 +0530 Subject: [PATCH] Update .gitignore --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29b..8711ff45 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,16 @@ +# Build results +/target +/schema + +# Cargo+Git helper file (https://github.com/rust-lang/cargo/blob/0.44.1/src/cargo/sources/git/utils.rs#L320-L327) +.cargo-ok + +# Text file backups +**/*.rs.bk + +# macOS +.DS_Store + +# IDEs +*.iml +.idea