summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 5cb010fcdb9a0a7534ec33fd54e1fabc303fca65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*.pyc
cachefile.dbm
*.log
*.log.*
*.db
*.pyc
.idea/*
bazarr.pid
/venv
/data
/bin
/.vscode

# Allow
!*.dll

# Frontend
node_modules
frontend/dist
frontend/*.local
frontend/.eslintcache
frontend/.idea/*