From 0945923f9fd891a2a7bed252e7ac347518d3cc92 Mon Sep 17 00:00:00 2001 From: Peery Date: Sun, 4 Dec 2022 20:28:56 +0100 Subject: [PATCH] Fixed gitignore to ignore target folders --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d9c1b8..5b448fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ __pycache__ .idea/ -.vscode -target/ # build folder for Rust applications +.vscode/ +target/