update gitignore add readme to empties
update gitignore and add readme to: logs/data/certs
This commit is contained in:
parent
422a28cd8d
commit
0157cac703
4 changed files with 17 additions and 3 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -15,6 +15,11 @@ tests/*
|
|||
!tests/pytest.ini
|
||||
|
||||
# Ignore logs/data/certs
|
||||
logs/
|
||||
data/
|
||||
certs/
|
||||
logs/*
|
||||
data/*
|
||||
certs/*
|
||||
|
||||
# Except README in logs/data/certs
|
||||
!logs/README.md
|
||||
!data/README.md
|
||||
!certs/README.md
|
||||
|
|
|
|||
3
certs/README.md
Normal file
3
certs/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Certs Directory
|
||||
|
||||
Place your created certs in this directory
|
||||
3
data/README.md
Normal file
3
data/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Data Directory
|
||||
|
||||
Where Bumper executes persistent data will be stored here (bumper.db)
|
||||
3
logs/README.md
Normal file
3
logs/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Logs Directory
|
||||
|
||||
When Bumper executes, logs will be created here
|
||||
Loading…
Add table
Add a link
Reference in a new issue