Files
sabnzbd/.gitignore
thezoggy 68a5e7c8f7 3.2.x cleanup (#1808)
* 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
2021-02-27 14:48:00 +01:00

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