diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 8 |
1 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__/ |
