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