Skip to content
Snippets Groups Projects
Unverified Commit 756f3d91 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix: create dummy files for input/output folder


Git ignores empty folders. Both folders (input and output) are impor-
tant. Otherwise pandoc-web does not work.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 562c1353
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,7 @@ localConfig.php
DEBUG
_DEBUG
input/*
!input/dummy.txt
output/*
!output/dummy.txt
This file is to create the input folder. Empty folders are ignored by git.
This file is to create the output folder. Empty folders are ignored by git.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment