chore: add test-output to gitignore and organize .out files
This commit is contained in:
parent
70aa9c8389
commit
0c38ce1b5f
1 changed files with 1 additions and 0 deletions
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
|
|
@ -55,3 +55,4 @@ temp/
|
||||||
# Debug
|
# Debug
|
||||||
__debug_bin*
|
__debug_bin*
|
||||||
debug.test
|
debug.test
|
||||||
|
test-output/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue