mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-23 11:35:19 +03:00
22 lines
415 B
Plaintext
22 lines
415 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
|
|
!/docker-files/docker-logger.json
|
|
|
|
# Include Binary file
|
|
!/docker-bin.sh
|