mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
- added option to set radarr/sonarr specific scores that profilarr's compiler will handle on import - revise design for arr settings container - now styled as a table - completely rewrote import module. Now uses connection pooling to reuse connections. - fixed import progress bug where 1 failed format causes all other formats to be labelled as failed (even if they succeeded) - fixed bug where on pull sync wasn't working - improve styling for link / unlink database modals - fixed issue where 0 score formats were removed in selective mode
25 lines
230 B
Plaintext
25 lines
230 B
Plaintext
# Node
|
|
node_modules/
|
|
dist/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.prod
|
|
.env.1
|
|
.env.2
|
|
|
|
# OS files
|
|
.DS_Store
|
|
|
|
# build files
|
|
backend/app/static/
|
|
|
|
# Config data
|
|
config/
|
|
radarr-config/
|
|
sonarr-config/
|
|
test-data/ |