From a2aa4847efcdde8046b47a100fcbb51ecfc8695e Mon Sep 17 00:00:00 2001 From: Edward Bigos Date: Tue, 18 Mar 2025 10:08:34 -0400 Subject: [PATCH 1/2] Updated README.md and gitignore --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1cd38f..0827612 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # homework5git -Temp repo \ No newline at end of file +## This is a second header + +### This is a third header + +Temp repository From c464c77b9d0d65464e9de972df3007015fbe3c4d Mon Sep 17 00:00:00 2001 From: Edward Bigos Date: Tue, 18 Mar 2025 10:10:33 -0400 Subject: [PATCH 2/2] Added git ignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5d381cc..87f853a 100644 --- a/.gitignore +++ b/.gitignore @@ -158,5 +158,6 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ +.DS_store