Refine .gitignores
This commit is contained in:
parent
e3e15f65e7
commit
8a03eef9ca
|
@ -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/
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
*
|
|
||||||
!.gitignore
|
|
Loading…
Reference in New Issue