Update .gitignore

This commit is contained in:
slashtechno 2022-12-18 14:53:41 -06:00
parent 4f8520a5be
commit bb87d2f7e9
Signed by: slashtechno
GPG Key ID: 8EC1D9D9286C2B17
2 changed files with 1 additions and 19 deletions

3
.gitignore vendored
View File

@ -1,5 +1,4 @@
# person.jpg
# config.json
config/*.jpg
config/
.env

View File

@ -1,17 +0,0 @@
{
"URL": "rtsp://bridge:8554/cv",
"RUN_SCALE": "0.5",
"VIEW_SCALE": "0.5",
"faces": {
"person1": {
"image": "config/person1.jpg",
"last_seen": ""
},
"person2": {
"image": "config/person2.jpg",
"last_seen": ""
}
},
"display": false,
"ntfy_url": "http://ntfy:80/cam"
}