From 25f2012b62daffc41717dce7fcd1d332f64d7745 Mon Sep 17 00:00:00 2001
From: kirbylife <kirbylife@protonmail.com>
Date: Tue, 8 Aug 2023 00:08:38 -0600
Subject: [PATCH] add ignore to build files in the subprojects

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 5d73034..282a459 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
 /target
+*/target
 
 Cargo.lock
+*/Cargo.lock
 
 .env