mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2025-12-23 15:49:15 -05:00
* Update uni_config bootstrap css to same version of js (3.3.7). * small accessibility change, removed thin dot border on focus * Ignore VS Code settings folder * cherry picked 'Fix disabled select for Glitter Night' * glitter night - fix search border color
54 lines
531 B
Plaintext
54 lines
531 B
Plaintext
# Compiled python and venv
|
|
*.py[cod]
|
|
__pycache__
|
|
/venv
|
|
|
|
# Snapcraft
|
|
parts/
|
|
prime/
|
|
stage/
|
|
snap/.snapcraft/
|
|
*.snap
|
|
|
|
# Generated email templates
|
|
email/*.tmpl
|
|
|
|
# Working folders for build
|
|
build/
|
|
dist/
|
|
locale/
|
|
srcdist/
|
|
|
|
# Build results
|
|
SABnzbd*.zip
|
|
SABnzbd*.exe
|
|
SABnzbd*.gz
|
|
SABnzbd*.dmg
|
|
SABnzbd*.pkg
|
|
SABnzbd-*/
|
|
|
|
# WingIDE/PyCharm project files
|
|
*.wp[ru]
|
|
.idea
|
|
|
|
# VScode
|
|
.vscode/
|
|
|
|
# Testing folders
|
|
.cache
|
|
.xprocess
|
|
.pytest*
|
|
tests/cache
|
|
|
|
# General junk
|
|
*.keep
|
|
*.bak
|
|
*.log
|
|
|
|
# Some people use Emacs as an editor
|
|
\#*
|
|
.\#*
|
|
|
|
# Apple
|
|
.DS_Store
|