From c1132e689796622a6762af5315daefde36334ef7 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 22 Oct 2021 07:46:54 -0500 Subject: [PATCH] update ignore files --- .dockerignore | 3 ++- .gitignore | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 5cad5e7d4..6a4bc6eb8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,4 +7,5 @@ config/ .git core *.mp4 -*.db \ No newline at end of file +*.db +*.ts \ No newline at end of file diff --git a/.gitignore b/.gitignore index 85caded13..2e509347e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ debug config/config.yml models *.mp4 +*.ts *.db frigate/version.py web/build