bumper/.gitignore
Brian Martin 18f3a807f1 add image for bots in ecovacs home
add endpoint for /api/pim/file/get so an image is displayed for bots in the ecovacs home app
2019-12-27 11:51:31 -05:00

26 lines
370 B
Text

# Ignore pycache
__pycache__
# Ignore .hidden files
.*
# Except .
!.github/
!.gitignore
# Ignore items in test (report, cache, etc), except files starting with test
tests/*
!tests/test*
!tests/test_certs
!tests/pytest.ini
# Ignore logs/data/certs
logs/*
data/*
!data/web*
certs/*
# Except README in logs/data/certs
!logs/README.md
!data/README.md
!certs/README.md