removed test dir from gitignore for now; will add back in once project is stable
Added testdir back
This commit is contained in:
parent
3e6e481c0b
commit
575708756e
7 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -23,4 +23,4 @@ bin/
|
|||
# Go modules and caches
|
||||
go.sum
|
||||
|
||||
test/
|
||||
# test/
|
||||
|
|
0
test/d1/file1
Normal file
0
test/d1/file1
Normal file
0
test/d2/tt
Normal file
0
test/d2/tt
Normal file
0
test/d5/d4/anod/arst
Normal file
0
test/d5/d4/anod/arst
Normal file
0
test/d5/d4/tta
Normal file
0
test/d5/d4/tta
Normal file
0
test/d5/t
Normal file
0
test/d5/t
Normal file
3
test/test.html
Normal file
3
test/test.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue