diff options
| -rw-r--r-- | .gitignore | 8 | ||||
| -rw-r--r-- | input/.gitkeep (renamed from audiobooks/.gitkeep) | 0 | ||||
| -rw-r--r-- | input/test.txt (renamed from book_to_convert/test.txt) | 0 | ||||
| -rw-r--r-- | output/.gitkeep (renamed from book_to_convert/.gitkeep) | 0 |
4 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,10 @@ voices/ chunks/ cache/ logs/ -audiobooks/* -!audiobooks/.gitkeep -book_to_convert/* -!book_to_convert/.gitkeep +output/* +!output/.gitkeep +input/* +!input/.gitkeep # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/audiobooks/.gitkeep b/input/.gitkeep index e69de29..e69de29 100644 --- a/audiobooks/.gitkeep +++ b/input/.gitkeep diff --git a/book_to_convert/test.txt b/input/test.txt index a316be8..a316be8 100644 --- a/book_to_convert/test.txt +++ b/input/test.txt diff --git a/book_to_convert/.gitkeep b/output/.gitkeep index e69de29..e69de29 100644 --- a/book_to_convert/.gitkeep +++ b/output/.gitkeep |
