bumper/.gitignore
Brian Martin 0157cac703 update gitignore add readme to empties
update gitignore and add readme to:
logs/data/certs
2019-06-07 08:05:09 -04:00

25 lines
359 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/*
# Except README in logs/data/certs
!logs/README.md
!data/README.md
!certs/README.md