diff --git a/.dockerignore b/.dockerignore index 5cad5e7d40..6a4bc6eb8a 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 85caded13b..2e509347e3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ debug config/config.yml models *.mp4 +*.ts *.db frigate/version.py web/build