From 8a03eef9ca254c014d0ff9d3d797d9849fe7d917 Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Tue, 12 Jun 2018 13:58:41 -0500 Subject: [PATCH] Refine .gitignores --- .gitignore | 4 +++- data/random/.gitignore | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100755 data/random/.gitignore diff --git a/.gitignore b/.gitignore index 482552d..04a2fa6 100755 --- a/.gitignore +++ b/.gitignore @@ -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/ diff --git a/data/random/.gitignore b/data/random/.gitignore deleted file mode 100755 index d6b7ef3..0000000 --- a/data/random/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore