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/ /dist/
/build/ /build/
/.cache/ .cache/
/.idea/ /.idea/
__pycache__/ __pycache__/
*.pyc *.pyc
@ -14,6 +14,8 @@ __pycache__/
/other/ /other/
/.venv/ /.venv/
/stats.json /stats.json
/data/*/
/wakewords/
# Data folders # Data folders
/*/wake-word/ /*/wake-word/

View File

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