Refine .gitignores

This commit is contained in:
Matthew D. Scholefield 2018-06-12 13:58:41 -05:00
parent e3e15f65e7
commit 8a03eef9ca
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,6 +1,6 @@
/dist/
/build/
/.cache/
.cache/
/.idea/
__pycache__/
*.pyc
@ -14,6 +14,8 @@ __pycache__/
/other/
/.venv/
/stats.json
/data/*/
/wakewords/
# Data folders
/*/wake-word/

View File

@ -1,2 +0,0 @@
*
!.gitignore