From a8aaf079bfc92733319c58b13025e531d6b65547 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 4 Aug 2022 23:59:37 +0200 Subject: [PATCH] Exclude target directories and .idea --- .gitignore | 4 ++-- .idea/rust.iml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a996b18..d2a9861 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ # Project exclude paths -/low-power-embedded-game/target/ -/magazine-cutout/target/ \ No newline at end of file +/*/target/ +/.idea \ No newline at end of file diff --git a/.idea/rust.iml b/.idea/rust.iml index e48cfe5..113860d 100644 --- a/.idea/rust.iml +++ b/.idea/rust.iml @@ -78,6 +78,12 @@ + + + + + +