removed test dir from gitignore for now; will add back in once project is stable

Added testdir back
This commit is contained in:
Daniel Fichtinger 2024-11-09 16:31:03 -05:00
parent 3e6e481c0b
commit 575708756e
7 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -23,4 +23,4 @@ bin/
# Go modules and caches
go.sum
test/
# test/

0
test/d1/file1 Normal file
View file

0
test/d2/tt Normal file
View file

0
test/d5/d4/anod/arst Normal file
View file

0
test/d5/d4/tta Normal file
View file

0
test/d5/t Normal file
View file

3
test/test.html Normal file
View file

@ -0,0 +1,3 @@
<h1 id="my-amazing-markdown-file">My amazing markdown file!</h1>
<p>I can <em>even</em> do <strong>this</strong>!</p>