From 575708756e0eb2007bdb1184a89af27782afe26b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 9 Nov 2024 16:31:03 -0500 Subject: [PATCH] removed test dir from gitignore for now; will add back in once project is stable Added testdir back --- .gitignore | 2 +- test/d1/file1 | 0 test/d2/tt | 0 test/d5/d4/anod/arst | 0 test/d5/d4/tta | 0 test/d5/t | 0 test/test.html | 3 +++ 7 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 test/d1/file1 create mode 100644 test/d2/tt create mode 100644 test/d5/d4/anod/arst create mode 100644 test/d5/d4/tta create mode 100644 test/d5/t create mode 100644 test/test.html diff --git a/.gitignore b/.gitignore index f66b856..7f6e79c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,4 @@ bin/ # Go modules and caches go.sum -test/ +# test/ diff --git a/test/d1/file1 b/test/d1/file1 new file mode 100644 index 0000000..e69de29 diff --git a/test/d2/tt b/test/d2/tt new file mode 100644 index 0000000..e69de29 diff --git a/test/d5/d4/anod/arst b/test/d5/d4/anod/arst new file mode 100644 index 0000000..e69de29 diff --git a/test/d5/d4/tta b/test/d5/d4/tta new file mode 100644 index 0000000..e69de29 diff --git a/test/d5/t b/test/d5/t new file mode 100644 index 0000000..e69de29 diff --git a/test/test.html b/test/test.html new file mode 100644 index 0000000..ff2795a --- /dev/null +++ b/test/test.html @@ -0,0 +1,3 @@ +

My amazing markdown file!

+ +

I can even do this!