summaryrefslogtreecommitdiffstats
path: root/.dockerignore
blob: de51013962bd66f1926fb2e356085b7d57590962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Ignore everything
*

# Include only code files
!/glances/**/*.py

# Include WebUI files (remove when webui moved to seperate package)
!/glances/outputs/static

# Include Requirements files
!/requirements.txt
!/webui-requirements.txt
!/optional-requirements.txt

# Include Config file
!/docker-compose/glances.conf