frigate/.gitignore
2023-01-23 22:19:30 -03:00

20 lines
200 B
Plaintext

.DS_Store
*.pyc
*.swp
debug
.vscode/*
!.vscode/launch.json
config/*
!config/*.example
models
*.mp4
*.ts
*.db
*.csv
frigate/version.py
web/build
web/node_modules
web/coverage
core
!/web/**/*.ts
.idea/*