Fix gitignore

This commit is contained in:
rany
2021-06-08 20:38:17 +03:00
parent 6a1d991dd7
commit 3933badd08

3
.gitignore vendored
View File

@@ -1,5 +1,5 @@
** **
!bin/edge-playback !examples/
!examples/input_example.py !examples/input_example.py
!LICENSE !LICENSE
!README.md !README.md
@@ -7,6 +7,7 @@
!setup.py !setup.py
!pyproject.toml !pyproject.toml
!src/ !src/
!src/edgeTTS/
!src/edgeTTS/__init__.py !src/edgeTTS/__init__.py
!src/edgePlayback/ !src/edgePlayback/
!src/edgePlayback/__init__.py !src/edgePlayback/__init__.py