update gitignore add readme to empties

update gitignore and add readme to:
logs/data/certs
This commit is contained in:
Brian Martin 2019-06-07 08:05:09 -04:00
parent 422a28cd8d
commit 0157cac703
4 changed files with 17 additions and 3 deletions

11
.gitignore vendored
View file

@ -15,6 +15,11 @@ tests/*
!tests/pytest.ini !tests/pytest.ini
# Ignore logs/data/certs # Ignore logs/data/certs
logs/ logs/*
data/ data/*
certs/ certs/*
# Except README in logs/data/certs
!logs/README.md
!data/README.md
!certs/README.md

3
certs/README.md Normal file
View file

@ -0,0 +1,3 @@
# Certs Directory
Place your created certs in this directory

3
data/README.md Normal file
View file

@ -0,0 +1,3 @@
# Data Directory
Where Bumper executes persistent data will be stored here (bumper.db)

3
logs/README.md Normal file
View file

@ -0,0 +1,3 @@
# Logs Directory
When Bumper executes, logs will be created here