From 394fddb02477d300b56d3e90b25b8bc0ae0a7956 Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 6 Jun 2025 10:40:14 -0400 Subject: [PATCH] bla --- a_test_addition.txt | 6 ++++++ test_repo.code-workspace | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 a_test_addition.txt create mode 100644 test_repo.code-workspace diff --git a/a_test_addition.txt b/a_test_addition.txt new file mode 100644 index 0000000..742dc8a --- /dev/null +++ b/a_test_addition.txt @@ -0,0 +1,6 @@ + + +Suppose this is like a piece of code that I'm adding to the repository. This is version 1. + +I'm adding stuff. Lots of stuff. just piling it in. + diff --git a/test_repo.code-workspace b/test_repo.code-workspace new file mode 100644 index 0000000..6055c6c --- /dev/null +++ b/test_repo.code-workspace @@ -0,0 +1,7 @@ +{ + "folders": [ + { + "path": "./" + } + ] +}