summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 702d69d74e9d96f1fe7a125449642e228c8190d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.pyc
cachefile.dbm
bazarr.pid

/venv
/data
/bin

# IDE
.idea
.vscode

# Middleware
VERSION

# CI
/__builds__
/package.json
/package-lock.json

# Allow
!*.dll