From 3933badd087b07c3202c7794210b50984b0b6445 Mon Sep 17 00:00:00 2001 From: rany Date: Tue, 8 Jun 2021 20:38:17 +0300 Subject: [PATCH] Fix gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1cdf84d..f0913c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ ** -!bin/edge-playback +!examples/ !examples/input_example.py !LICENSE !README.md @@ -7,6 +7,7 @@ !setup.py !pyproject.toml !src/ +!src/edgeTTS/ !src/edgeTTS/__init__.py !src/edgePlayback/ !src/edgePlayback/__init__.py