TwitchDownloader/.gitignore
MaddoScientisto e5e60999bf Refactor global configuration page and navigation; add media library page; enhance streamer configuration with detailed options
- Removed the global configuration form and redirected to the consolidated settings page.
- Updated the dashboard to provide feedback when no streamers are configured and added edit links for each streamer.
- Introduced a new media library page to display media files from the configured archive root.
- Enhanced the streamer configuration page with additional options for overrides and settings, including a confirmation modal for deletion.
- Updated the layout and styles for improved user experience and navigation.
- Switched from file-based password storage to database-backed user credentials management in AuthService.
- Applied EF migrations on application startup to ensure database schema is up-to-date.
2026-02-22 23:06:40 +01:00

69 lines
No EOL
1.4 KiB
Text

# User configuration files (contains personal settings)
config.json
config/global.json
# Streamer-specific configurations (personal settings)
config/streamers/*.json
# Python cache
__pycache__/
*.pyc
# Environments
.env
archive
# Tests
test.py
a.py
subprocess_time.py
env2/**
venv3/**
.gitignore
bin/**
\n+# Ignore any virtual environment directories starting with 'venv' (venv, venv3, venv314, etc.)
venv*/
.vs/ProjectEvaluation/twitch-archive-2.metadata.v10.bin
.vs/ProjectEvaluation/twitch-archive-2.projects.v10.bin
.vs/ProjectEvaluation/twitch-archive-2.strings.v10.bin
.vs/Twitch-Archive-2/CopilotIndices/18.3.508.13148/CodeChunks.db
.vs/Twitch-Archive-2/CopilotIndices/18.3.508.13148/SemanticSymbols.db
.vs/Twitch-Archive-2/DesignTimeBuild/.dtbcache.v2
.vs/Twitch-Archive-2/FileContentIndex/843065c8-d80f-4907-b0ae-6d010b3a5699.vsidx
.vs/Twitch-Archive-2/FileContentIndex/ef7e1a3c-80cd-4867-a9a8-2e5099471227.vsidx
.vs/Twitch-Archive-2/v18/.futdcache.v2
.vs/Twitch-Archive-2/v18/.suo
.vs/Twitch-Archive-2/v18/DocumentLayout.backup.json
.vs/Twitch-Archive-2/v18/DocumentLayout.json
.vscode/settings.json
# C# / Visual Studio
# Build Folders
bin/
obj/
# Visual Studio files
*.user
*.suo
*.userprefs
*.csproj.user
*.pidb
*.pdb
*.cache
*.ilk
*.log
*.vspscc
*.vssscc
# Test results and packages
TestResults/
packages/
*.nupkg
# Database and backup
*.dbmdl
*.bak
*.backup
*.orig
dotnet/.vs/**
.vs/**