mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
38ff46e45c
* Ignore entire __pycache__ folder instead of individual *.pyc files * Rewrite the yaml loader to match PyYAML The old implementation would fail in weird ways with configs that were incorrect in just the right way. The new implementation just does what PyYAML would do, only diverging in case of duplicate keys. * Clarify duplicate yaml key ValueError message Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com> --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
20 lines
220 B
Plaintext
20 lines
220 B
Plaintext
.DS_Store
|
|
__pycache__
|
|
*.swp
|
|
debug
|
|
.vscode/*
|
|
!.vscode/launch.json
|
|
config/*
|
|
!config/*.example
|
|
models
|
|
*.mp4
|
|
*.db
|
|
*.csv
|
|
frigate/version.py
|
|
web/build
|
|
web/node_modules
|
|
web/coverage
|
|
core
|
|
!/web/**/*.ts
|
|
.idea/*
|
|
.ipynb_checkpoints |