frigate/.gitignore

21 lines
232 B
Plaintext
Raw Normal View History

2021-01-09 11:26:46 -06:00
.DS_Store
__pycache__
.mypy_cache
*.swp
2019-02-25 20:27:02 -06:00
debug
.vscode/*
!.vscode/launch.json
config/*
!config/*.example
2020-12-14 07:15:59 -06:00
models
*.mp4
2020-12-19 06:51:10 -06:00
*.db
2021-11-07 14:55:09 -06:00
*.csv
2021-01-09 11:26:46 -06:00
frigate/version.py
web/build
web/node_modules
2021-02-09 13:35:33 -06:00
web/coverage
2021-02-17 07:16:39 -06:00
core
2022-02-27 08:04:12 -06:00
!/web/**/*.ts
.idea/*
.ipynb_checkpoints