blakeblackshear.frigate/.gitignore

19 lines
195 B
Plaintext
Raw Normal View History

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