mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
- implemented new data page for media management - renaming options to set movie / episode / folder formats - misc options for propers/repacks/video analysis - quality definitions - syncing with instances - improved mobile view for tabs / navbar
22 lines
189 B
Plaintext
22 lines
189 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/ |