mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-24 13:23:12 +03:00
21 lines
381 B
Plaintext
21 lines
381 B
Plaintext
# 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
|
|
!/docker-requirements.txt
|
|
!/webui-requirements.txt
|
|
!/optional-requirements.txt
|
|
|
|
# Include Config file
|
|
!/docker-compose/glances.conf
|
|
|
|
# Include Binary file
|
|
!/docker-bin.sh
|