Files
profilarr/.gitignore
Samuel Chau d7d6b13e46 feat(profiles): radarr/sonarr split functionality (#215)
- 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
2025-08-11 01:51:51 +09:30

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/