mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 09:11:49 +03:00
18 lines
342 B
Plaintext
18 lines
342 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
|