mirror of
https://github.com/nicolargo/glances.git
synced 2025-12-23 14:08:18 -05:00
23 lines
404 B
Plaintext
23 lines
404 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
|
|
!/all-requirements.txt
|
|
!/docker-requirements.txt
|
|
|
|
# Include Config file
|
|
!/docker-compose/glances.conf
|
|
!/docker-files/docker-logger.json
|
|
|
|
# Include Binary file
|
|
!/docker-bin.sh
|
|
|
|
# Include TOML file
|
|
!/pyproject.toml
|