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

/venv
/data
/bin

# IDE
.idea
.vscode

# Middleware
VERSION

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

# Allow
!*.dll

# Frontend
node_modules
/frontend/dist
/frontend/*.local
/frontend/build