bumper/.gitignore
Brian Martin 422a28cd8d fix tests
fix tests broken by lack of certs
- pytest.ini provides environment variables that load tests/test_certs
2019-06-07 02:00:42 -04:00

20 lines
271 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/
certs/