From 2aceb5c3d000c89e794e64692fb2bcc21efd6235 Mon Sep 17 00:00:00 2001
From: darkicewolf50 <darkicewolf50@gmail.com>
Date: Tue, 24 Dec 2024 18:45:35 -0700
Subject: [PATCH] added gitignores everywhere

---
 guessing_game/.gitignore | 1 +
 hello_cargo/.gitignore   | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 guessing_game/.gitignore
 create mode 100644 hello_cargo/.gitignore

diff --git a/guessing_game/.gitignore b/guessing_game/.gitignore
new file mode 100644
index 0000000..ea8c4bf
--- /dev/null
+++ b/guessing_game/.gitignore
@@ -0,0 +1 @@
+/target
diff --git a/hello_cargo/.gitignore b/hello_cargo/.gitignore
new file mode 100644
index 0000000..ea8c4bf
--- /dev/null
+++ b/hello_cargo/.gitignore
@@ -0,0 +1 @@
+/target